Groups | Blog | Home
all groups > flash actionscript > march 2004 >

flash actionscript : Mouse Tracking



gerkintrigg
3/6/2004 11:57:00 PM
I need a movie clip to move vertically when the mouse moves.
I used a script before which didn't work at all (I'll not include it because
I'd like new ideas, but can if requested).

Can anyone help?
jerreye04
3/7/2004 12:11:31 AM
Try this:

myMC.onMouseMove=function(){
this._y+=1;//Or do whatever you want it to do
AddThis Social Bookmark Button