wow awesome tut! usually i have a hard time figuring out where to put code and all that stuff. but here it worked instantly. thanks!![]()
(you probably should have mentioned to create a symbol first on which you apply the code.)
this is how my code looked like after i made the mouse disappear :P
http://img143.imageshack.us/my.php?image=m...sappears6ag.swfCode:onClipEvent(mouseMove){ this._y += _ymouse; this._x += _xmouse; Mouse.hide() }