Difference between revisions of "Stop.sound"

From AGI Wiki
Jump to navigationJump to search
Line 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]]
 
&nbsp;
 
== Sources ==
 
 
* [[WinAGI|WinAGI]] help file
 
  
 
&nbsp;
 
&nbsp;

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:
stop.sound();


Technical Information


Sources


See Also