Difference between revisions of "Load.sound"

From AGI Wiki
Jump to navigationJump to search
Line 22: Line 22:
 
 
 
 
 
== Technical Information ==
 
== Technical Information ==
 
  
  
 +
 +
 
 +
== Sources ==
 +
 +
* [[WinAGI|WinAGI]] help file
 +
 
 
 
 
 
== See Also ==
 
== See Also ==

Revision as of 22:15, 25 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

 

See Also