|
StopSound | |
StopSound SoundIndex | |
Parameters: SoundIndex = The Index of the sound you wish to stop |
|
Returns: NONE | |
StopSound will stop a sound from playing immediately. FACTS: * none Mini Tutorial: This simple example shows how you would load a sound file as sound #1, enable automatic looping and then play it. During the main Do/loop section of this program, the code displays a message to the user to press a key to stop the playing sound. Note: In order for this example to work you would need a sound file for it to load.
|
Related Info: | LoadSound | PauseSound | PlayDynamicSound | PlaySound | ResumeSound : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |