Difference between revisions of "Stop.sound"

From AGI Wiki
Jump to navigationJump to search
Line 3: Line 3:
 
Stops playback of current sound.
 
Stops playback of current sound.
  
 +
 +
 +
 
 +
 +
== <br />Syntax ==
 +
 +
Starts playback of a SOUND resource. n. When finished, Flag(m) is set to 1.
 +
 +
<code>stop.sound();</code>
 +
 +
&nbsp;
 +
== Remarks ==
 +
 +
 +
&nbsp;
 +
== Example ==
 +
 +
<div class="CodeBlockHeader">Code:</div>
 +
<syntaxhighlight lang="agi">
 
stop.sound();
 
stop.sound();
 +
</syntaxhighlight>
  
 
&nbsp;
 
&nbsp;
 +
 +
== Technical Information ==
 +
  
  

Revision as of 22:07, 25 December 2013

stop.sound

Stops playback of current sound.


 


Syntax

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

stop.sound();

 

Remarks

 

Example

Code:
stop.sound();

 

Technical Information

 

See Also

 

Sources