|
-
drag movieclip until y=certain value
hi there
i have a movieclip wich follows the mouse in the y position...
but i need it to stop at a certain y value .....
this is the script:
onClipEvent(enterFrame) {
_y += ((_root._ymouse - _y) / 8);
}
how can i do this or am i going the wrong way totally...
hope you can help me..
greetz Sander
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|