flash mouse position instead of on release?
flash mouse position instead of on release?
Out of context: Reply #2
- Started
- Last post
- 4 Responses
- powertoni0
heres the basic method:
myRadians = Math.atan2(_root._ymouse-this._y... _root._xmouse-this._x);
myDegrees = Math.round((myRadians*180/Math.P...myClip._rotation=myDegrees ;