cursor I have worked on it for 2 hours and i still can't get it can anyone offer a little coding help?
Also what is _rotation? and would that help with this :wacko:
Edited by FlashGameboy, 25 December 2005 - 04:31 PM.
Posted 25 December 2005 - 04:20 PM
Edited by FlashGameboy, 25 December 2005 - 04:31 PM.
Posted 26 December 2005 - 03:55 PM
onEnterFrame = function(){
var dx = _xmouse - arrow._x;
var dy = _ymouse - arrow._y;
var radians = Math.atan2(dy,dx);
arrow._rotation = radians * 180 / Math.PI;
}
Posted 28 December 2005 - 11:35 AM
Posted 12 January 2006 - 07:50 PM
Posted 13 January 2006 - 05:01 AM
0 members, 1 guests, 0 anonymous users