Stop.sound

From AGI Wiki
Revision as of 16:59, 30 December 2013 by Andrew Branscom (talk | contribs)
Jump to navigationJump to search

The stop.sound command stops playback of current sound.

 


Syntax

stop.sound();


Remarks

Starts playback of a SOUND resource. n. When finished, Flag(m) is set to 1.


Example

Code:
stop.sound();


Technical Information


Sources


See Also