Difference between revisions of "Stop.sound"

From AGI Wiki
Jump to navigationJump to search
Line 1: Line 1:
stop.sound
+
The stop.sound command stops playback of current sound.
 
 
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:
stop.sound();

 

Technical Information

 

See Also

 

Sources