I know I can rotate a movie clip by clip._rotation(number);
Right now I have a object keep rotating when the flash start, and I want to know how can I get the rotation degree of the object? For example, my object rotates 50 degree per second and I want to stop the rotation when the object has rotate a particular degree.