Sprite.Rotation Property
Animation Studio Reference

Sprite.Rotation Property

Rotates the Sprite in degrees. A negative value rotates the Sprte counterclockwise, a positive value rotates the Sprite clockwise.

[Visual Basic]
Public Property Rotation As Single
[C#]
public float Rotation {get; set;}

Remarks

If you set for example the Rotation to 720 in a KeyFrame, the Sprite will be rotated 2 times around its center point till the next KeyFrame.
Tip: If the path is closed, the Sprite rotates back to its state of the first KeyFrame when the las KeyFrame was reached. To avaoid this behaviour, do not close the path and adjust the Keyframes in a way, that makes the path to appear closed.

See Also

Sprite Class | AnimationStudio Namespace