ResetSpriteState
From OxeyeWiki
video.resetSpriteState(spriteId) | ||
Resets the animation of the sprite state. In other words, forces the animation to restart from the beginning. | ||
Parameter | Expected Type | Description |
spriteId | An integer | The ID of the sprite state. This ID is retreived when calling createSpriteState. |
Returns | ||
Returns nothing. |
Example
video.resetSpriteState(sprite)