/ Published in: ActionScript
URL: http://www.kirupa.com/developer/mx/followease.htm
lo transforme con un go where I toll ya instead of the mouse borre root.xmouse;
Expand |
Embed | Plain Text
onClipEvent (load) { _x = 0; _y = 0; speed = 4; } onClipEvent (enterFrame) { endX = 500; endY = 250; _x += (endX-_x)/speed; _y += (endY-_y)/speed; }
You need to login to post a comment.
