Difference between revisions of "Stop.sound"
From AGI Wiki
Jump to navigationJump to searchLine 28: | Line 28: | ||
== <br />See Also == | == <br />See Also == | ||
+ | * [[Sound Resource]] | ||
* <code>[[sound]]</code> | * <code>[[sound]]</code> | ||
* <code>[[load.sound]]</code> | * <code>[[load.sound]]</code> | ||
− | |||
* [[AGI Sound Tutorial]] | * [[AGI Sound Tutorial]] | ||
* [[Sound Commands|Sound Commands]] | * [[Sound Commands|Sound Commands]] |
Revision as of 16:59, 30 December 2013
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