i don't know which version of Actionscript your using but here's how to do that with as2.
Actionscript Code:onEnterFrame = function() {
movieclipName._x = _xmouse;
movieclipName._y = _ymouse;
}
|
Results 1 to 5 of 5
Thread: Sprite following mouseThreaded View
|
Click Here to Expand Forum to Full Width |