| Package | mx.effects |
| Class | public class Rotate |
| Inheritance | Rotate TweenEffect Effect EventDispatcher Object |
The Rotate effect rotates a component around a specified point. You can specify the coordinates of the center of the rotation, and the starting and ending angles of rotation. You can specify positive or negative values for the angles.
Note: To use the Rotate effect with text, you must use an embedded font, not a device font.
The <mx:Rotate> tag inherits all of the tag attributes of its superclass, and adds the following tag attributes:
<mx:Rotate id=”ID” angleFrom=”0″ angleTo=”360″ originX=”0″ originY=”0″ />



(+21)


