Categories

Effects

OC_rotateTo


OC_rotateTo
Rotates an object to the specified _rotation.

TARGET.OC_rotateTo(rotation,duration,easetype,delay);

ie: MovieClip.OC_rotateTo(90,30,easeOutBack,0);


Optional parameters
callback : function to execute when effect ends. (see Events)