Difference between revisions of "Stop.sound"
From AGI Wiki
Jump to navigationJump to searchLine 1: | Line 1: | ||
− | stop.sound | + | The stop.sound command stops playback of current sound. |
− | |||
− | |||
− | |||
− | |||
| | ||
Line 15: | Line 11: | ||
| | ||
== Remarks == | == Remarks == | ||
+ | |||
Revision as of 22:08, 25 December 2013
The stop.sound command 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