Difference between revisions of "Stop.sound"

From AGI Wiki
Jump to navigationJump to search
Line 4: Line 4:
  
 
stop.sound();
 
stop.sound();
 +
 +
 
 +
  
 
 
 
 
 
== See Also ==
 
== See Also ==
  
 +
* [[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]]
 +
 +
 
 +
== Sources ==
 +
 +
* [[WinAGI|WinAGI]] help file
  
 
 
 
 
  
 
[[Category:Sound Commands]]
 
[[Category:Sound Commands]]
 +
[[Category:References]]
 +
[[Category:Logic]]

Revision as of 22:04, 25 December 2013

stop.sound

Stops playback of current sound.

stop.sound();

 


 

See Also

 

Sources