i want this other effect…
here is my testing site.
www.designers-hub.com/test/index2.htm
see the menu? and the arrow. when you click on a menu item i want that arrow to move next to that button…
do you know how to do that?
i want this other effect…
here is my testing site.
www.designers-hub.com/test/index2.htm
see the menu? and the arrow. when you click on a menu item i want that arrow to move next to that button…
do you know how to do that?
just a hint:
put that code in some MC’s action:
onClipEvent(enterFrame) {
_x += (_root._xmouse - _x) / 5;
_y += (_root._ymouse - _y) / 5;
}
get it? :beam:
–±- edit --±-
give me fla, i’ll do it for you
:: Copyright KIRUPA 2024 //--