Flash floating menu
Flash floating menu
- Started
- Last post
- 2 Responses
- steadyvibe
Hey i need some kind of tutorial on a floating menu.. I have about 7 menu items and i need them to float around in the shape of an oval... I know.. it sounds tacky.. but it really is very simple..
Ive looked on flashkit and cant find anything. Any suggestions??
- jkosoy0
oh my. you've chosen a very ambiguous term here. floating menu can mean any number of different things...
I would recommend looking into the startDrag(); and stopDrag(); commands. That's a good starting point, anyway.
Can you be more specific with what you're trying to do?
- cinder0
onclipevent(enterFrame){
item1._x = item._x + ((newX - item1._x) *.5);
item2._y= item._y + ((newY - item2._y) *.5);
}