Difference between revisions of "Sound"
From AGI Wiki
Jump to navigationJump to search (Created page with "Sound == <br />Syntax == <blockquote><code>sound(SOUND_NUM,fDONE_FLAG);</code></blockquote> == <br />Description == Sound SOUND_NUM is played. fDONE_FLAG is reset ...") |
|||
Line 24: | Line 24: | ||
| | ||
− | [[Category: | + | [[Category:Sounds]] |
− |
Revision as of 16:46, 30 December 2013
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
See also