Stop.sound
From AGI Wiki
The stop.sound command stops playback of current sound.
Syntax
stop.sound();
Remarks
Starts playback of a SOUND resource. n. When finished, Flag(m) is set to 1.
Example
Code:
<syntaxhighlight lang="agi"> stop.sound(); </syntaxhighlight>
Technical Information
Sources
- WinAGI help file
See Also
- Sound Resource
sound
load.sound
- AGI Sound Tutorial
- Sound Commands
- AGI Specifications: Chapter 4 - The Logic Language stop.sound