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


Reply With Quote