Difference between revisions of "Load.sound"

From AGI Wiki
Jump to navigationJump to search
Line 37: Line 37:
  
 
* [[Sound Commands|Sound Commands]]
 
* [[Sound Commands|Sound Commands]]
 +
* <code>[[sound]]</code>
 
* [[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]]
  

Revision as of 16:49, 30 December 2013

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

 


Syntax

load.sound(n);


Description

Sound 'n' is loaded into memory.

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