Difference between revisions of "Stop.sound"

From AGI Wiki
Jump to navigationJump to search
Line 32: Line 32:
  
 
* [[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 01:20, 29 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:
stop.sound();

 

Technical Information

 

See Also

 

Sources