Follw me!
Follw me!
Out of context: Reply #4
- Started
- Last post
- 4 Responses
- canadian0
So far this is what I have -
onClipEvent (enterFrame) {
_x += (_parent._xmouse-_x)*.3;
_y += (_parent._ymouse-_y)*.3;
}Now. My MC is a rectangle containing 2 buttons. Both need to be accessed (menu) so when it reaches the mouse the user should be able to hit the one on the right or the one on the left without the menu following until the user moves outside that space. Any help?