Profile Images By: Hoboguise
Age 28, Male
Myrtle Beach S.C.
Joined on 8/19/08
VanVeenGames 2009-05-16 17:20:52
Use this code for a cursor:
onClipEvent(enterFrame) { this._x+=(_root._xmouse-this._x)/10; this._y+=(_root._ymouse-this._y)/10; this._rotation=Math.atan2(_root._ymou se-this._y,_root._xmouse-this._x)*57; }
max15946 2009-05-16 17:20:52
well the code i used worked for me in snipemare
VanVeenGames
Use this code for a cursor:
onClipEvent(enterFrame) {
this._x+=(_root._xmouse-this._x)/10;
this._y+=(_root._ymouse-this._y)/10;
this._rotation=Math.atan2(_root._ymou se-this._y,_root._xmouse-this._x)*57;
}
max15946
well the code i used worked for me in snipemare