the customer mouse cursor does only move to my mouse position when my mouse enter te stage. fix this by adding _x=_root._xmouse to a enterFrame or mouseMove function
Hi! i am trying to make the RewardPoints text accelerate upwards, but it wont work in the RewardPoints class. I tried to write it directly into actionscript of a mc in a new ducument, and then it worked... please tell me how to write this into a class:
onClipEvent(load){
Null=0;
acc=0.5;
}
onClipEvent(enterFrame){
_y+=Null;
Null-=acc;
}
sorry for massive comment!
on the magnet thing tutorial; i need a code that makes a movieclip go back to its starting point, and i need a code that get the magnets drag towards the mouse. Can someone fix that?