Sound

From AGI Wiki
Jump to navigationJump to search

Sound

 


Syntax

sound(SOUND_NUM,fDONE_FLAG);


Description

Sound SOUND_NUM is played. fDONE_FLAG is reset when the command is issued, and set when the sound finishes playing or is stopped with the stop.sound command.

The sound must be loaded before it is played. This can be done with the load.sound command.


Sources

AGI Studio Help File


See also