SpriteFactory.Sprite.isPlaying
Property: Read-Only
C#: bool isPlaying
JS: isPlaying : boolean
Description
Is an animation playing?
Note that isPaused does not affect the value of isPlaying. If an animation is playing presently or was playing but is now paused, isPlaying will return True. If animation is stopped entirely, isPlaying will return false.