Difference between revisions of "Load.sound"

From AGI Wiki
Jump to navigationJump to search
Line 31: Line 31:
 
   
 
   
 
 
 
 
== See Also ==
+
== Also See ==
  
 
* [[Sound Commands|Sound Commands]]
 
* [[Sound Commands|Sound Commands]]
* [[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|AGI Specifications: Chapter 4 - The Logic Language load.sound]]
  
 
 
 
 
  
 
[[Category:Sound Commands]]
 
[[Category:Sound Commands]]

Revision as of 01:21, 29 December 2013

The load.sound() command loads the SOUND resource number n, i.e. Sound(n) into memory.

 


Syntax

load.sound(n);

 

Remarks

There is no way of loading a sound with indirection. The command load.sound.v does not exist.

 

Example

Code:
load.sound(n);

 

Technical Information

 

Sources

 

Also See