IsAnimated
Previous Top Next

Gets or sets whether the sprite is animated regardless of whether FrameSpeed is greater than zero. When animation is off the appearance of the Sprite is determined by its' CurrentFrame property.You could set FrameSpeed to zero to achieve the same effect but this is more intuitive.
Syntax: IsAnimated As Boolean

Example:
Sprite.IsAnimated = False