diff --git a/v3/src/sound/webaudio/WebAudioSound.js b/v3/src/sound/webaudio/WebAudioSound.js index 0702df936..ef1f39b59 100644 --- a/v3/src/sound/webaudio/WebAudioSound.js +++ b/v3/src/sound/webaudio/WebAudioSound.js @@ -141,6 +141,7 @@ var WebAudioSound = new Class({ } // \/\/\/ isPlaying = false, isPaused = false \/\/\/ this.stopAndRemoveBufferSource(); + this.events.dispatch(new SoundEvent(this, 'SOUND_STOP')); return true; }, /**