LOAD ANIMATION will load an animation file into the specified animation number
PLAY ANIMATION will play the specified animation
LOOP ANIMATION will play and loop the specified animation continuously
PLACE ANIMATION will relocate the area of the animation when it plays
PAUSE ANIMATION will pause the specified animation
RESUME ANIMATION will resume the specified animation if paused
STOP ANIMATION will stop the specified animation if playing
DELETE ANIMATION will delete the specified animation
The following commands will return a result:
ANIMATION EXIST() will return a one if the specified animation exists
ANIMATION PLAYING() will return a one if the specified animation is playing
ANIMATION LOOPED() will return a one if the if specified animation is looped
ANIMATION PAUSED() will return a one if the if specified animation is paused
ANIMATION POSITION X() will return the leftmost position of the specified animation
ANIMATION POSITION Y() will return the topmost position of the specified animation
ANIMATION WIDTH() will return the current width of the specified animation
ANIMATION HEIGHT() will return the current height of the specified animation