stopSound (soundFile);
If the sound in the soundFile file is playing, it is stopped.
No return value.
# Start a sound playing playSound ('bigLongSound.wav'); # Wait 10 frames and then stop it pause (10); stopSound ('bigLongSound.wav');
SLUDGE and this SLUDGE documentation are copyright Hungry Software and contributors 2000-2012