AGI Command Reference - Sound Resource Management Commands
From AGI Wiki
Revision as of 14:52, 28 December 2013 by Andrew Branscom (talk | contribs)
Tutorials and Guides Table of Contents
AGI Command Reference Index
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.
sound(n, m);
Starts playback of the SOUND resource number n. When finished, Flag(m) is set to 1.
stop.sound();
Stops the playback.
Tutorials and Guides Table of Contents
AGI Command Reference Index
< Previous: Picture Resource Management CommandsNext: Text Management Commands >