Stop.sound

From AGI Wiki
Revision as of 16:57, 30 December 2013 by Andrew Branscom (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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


See Also

 

Sources