ANIMATION COMMAND SET

Animation files that are stored in the AVI format can be loaded and played using the animation command set. Animations can be used to provide video playback and cut sequences in your programs. Animations can also contain sound. You are able to load and play up to 32 animations simultaneously. Each animation can be placed and resized anywhere on the screen.

Click on any command for more information:

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