SOUND wave = "wave.wav"; var wavehandle; ... wavehandle = snd_play(wave,50,-75); wait(-3); snd_stop(wavehandle);
See also:
► latest version online