Difference between revisions of "Stop.sound"

From AGI Wiki
Jump to navigationJump to search
Line 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>
* [[Sound Resource]]
 
 
* [[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:
stop.sound();


Technical Information


Sources


See Also