In my main swf sound is loaded into level1.When hitting but1 or 2 ... the sound is replaced by another soundloop in level1.But in the main swf I want to have a button that prevents all soundloops from playing.How do this.Like I said the sounds are loaded when hitting one off the buttons.The sound on/off button should prevent this.

Btw this is the code used on the buttons to load sound.

on(release){
_level1.unloadMovie(); // empty old song from level 1
loadMovieNum("soundloop1.swf",1); // load new song in level 1
}

Big thx in advance