PlaySprite

Description

Begins the animation of a sprite based on the given values. Animation speed is based on animation frames per second and is not affected by the drawing frame rate.

Definition

PlaySprite( iSpriteIndex )

PlaySprite( iSpriteIndex, fFps )

PlaySprite( iSpriteIndex, fFps, iLoop )

PlaySprite( iSpriteIndex, fFps, iLoop, iFromFrame, iToFrame )

Parameters