Difference between revisions of "Stop.sound"
From AGI Wiki
Jump to navigationJump to searchLine 21: | Line 21: | ||
+ | |||
+ | == <br />Sources == | ||
+ | |||
+ | * [[WinAGI|WinAGI]] help file | ||
== <br />See Also == | == <br />See Also == | ||
+ | * <code>[[sound]]</code> | ||
+ | * <code>[[load.sound]]</code> | ||
+ | * [[Sound Resource]] | ||
+ | * [[AGI Sound Tutorial]] | ||
* [[Sound Commands|Sound Commands]] | * [[Sound Commands|Sound Commands]] | ||
* [[AGI Specifications: Chapter 4 - The Logic Language#stop.sound|AGI Specifications: Chapter 4 - The Logic Language stop.sound]] | * [[AGI Specifications: Chapter 4 - The Logic Language#stop.sound|AGI Specifications: Chapter 4 - The Logic Language stop.sound]] | ||
− | |||
− | |||
− | |||
− | |||
− | |||
| |
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
load.sound
- Sound Resource
- AGI Sound Tutorial
- Sound Commands
- AGI Specifications: Chapter 4 - The Logic Language stop.sound