Mute sound across all loaded movieclips/layers/scenes
Situation: I have a project I'm working on where I have buttons which make click sounds on their own, and also take you to other scenes where a sound will immediately play. There are also three movieclips involved, total – my base movieclip and two independent ones that load on top of that.
Problem: I want to include a Mute button so that you can turn off all sounds, but can't figure out how to do that...
As I understand it, stopAllSounds won't work for me, because as soon as someone hits another button, a new sound will play.
Is there an easy way to do this? If not, what's the best way?
Thanks a lot! :)