[Flashcoders] rotation cw ccw

2011-08-19 Thread nasim hhhhh
how can i recognize cw rotation and ccw rotaion when we want to rotate 
mvieClip
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


Re: [Flashcoders] rotation cw ccw

2011-08-19 Thread Henrik Andersson
You can't unless you assume that the maximum rotation speed is less than 
180 degrees per update. This is due to the aliasing problem.


This is, assuming that you don't actually know the rotation speed and 
are calculating the angular difference between two positions.

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders