Difference between revisions of "Load.sound"

From AGI Wiki
Jump to navigationJump to search
Line 1: Line 1:
 +
load.sound(n);
  
 +
Loads into memory the SOUND resource number n, i.e. Sound(n). Note that there is no way of loading a sound with indirection. The command load.sound.v does not exist.
  
 +
 
 +
== See Also ==
  
[[AGI Specifications: Chapter 4 - The LOGIC Language#load.sound]]
+
* [[AGI Specifications: Chapter 4 - The LOGIC Language#load.sound|AGI Specifications: Chapter 4 - The LOGIC Language load.sound]]
  
 
 
 
 
  
 
[[Category:Sound Commands]]
 
[[Category:Sound Commands]]

Revision as of 21:57, 25 December 2013

load.sound(n);

Loads into memory the SOUND resource number n, i.e. Sound(n). Note that there is no way of loading a sound with indirection. The command load.sound.v does not exist.

 

See Also