AnimLoopDelay | ||||||
Syntax: | ||||||
Result = AnimLoopDelay( AnimSprite ) | ||||||
Parameters: | ||||||
| ||||||
Return Values: | ||||||
| ||||||
Description: | ||||||
Returns the current delay in milliseconds between frames in the AnimSprite. | ||||||
Example: | ||||||
LoadSprite(1,"player.bmp",0) CreateAnimSprite(player.AnimSprite,1,75,75,100) current_delay = AnimLoopDelay(player) ; current_delay = 100 | ||||||
|