Difference between revisions of "Stop.sound"
From AGI Wiki
Jump to navigationJump to searchLine 3: | Line 3: | ||
Stops playback of current sound. | Stops playback of current sound. | ||
+ | |||
+ | |||
+ | | ||
+ | |||
+ | == <br />Syntax == | ||
+ | |||
+ | Starts playback of a SOUND resource. n. When finished, Flag(m) is set to 1. | ||
+ | |||
+ | <code>stop.sound();</code> | ||
+ | |||
+ | | ||
+ | == Remarks == | ||
+ | |||
+ | |||
+ | | ||
+ | == Example == | ||
+ | |||
+ | <div class="CodeBlockHeader">Code:</div> | ||
+ | <syntaxhighlight lang="agi"> | ||
stop.sound(); | stop.sound(); | ||
+ | </syntaxhighlight> | ||
| | ||
+ | |||
+ | == Technical Information == | ||
+ | |||
Revision as of 22:07, 25 December 2013
stop.sound
Stops playback of current sound.
Syntax
Starts playback of a SOUND resource. n. When finished, Flag(m) is set to 1.
stop.sound();
Remarks
Example
Code:
<syntaxhighlight lang="agi"> stop.sound(); </syntaxhighlight>
Technical Information
See Also
Sources
- WinAGI help file