Load.sound

From AGI Wiki
Revision as of 22:14, 25 December 2013 by Andrew Branscom (talk | contribs)
Jump to navigationJump to search

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

 

See Also