Syntax:
stop {sound} stop {timer} stop {process} stop
Keyword handler:
net.eclecity.linguist.basic.keyword.BasicKStop.class
Runtime handler(s):
net.eclecity.linguist.basic.handler.BasicHStop.class net.eclecity.linguist.handler.LHStop.class
Function:
The first version stops a playing sound.
The second version stops a timer. The action associated with the timer will not happen.
The third version stops a process. It is functionally identical to close process.
The final version terminates the current program thread. Nothing more will happen until an event such as a timer or mouse action occurs. See also exit.
Example(s):
stop IntroSound stop Delay1 stop