Movieclip Audio Conundrum

Hey guys,

Audio troubles guys. Basically, I have a flash (AS3) game where you click buttons which ‘gotoAndStop’ on various other frames which are all equiped with movieclips. These movieclips have streaming sounds in them. The movie clip loops over and over, playing sound(s) right? Then what I want to happen is, is when the player clicks on another button leading to another framelabel ie another movieclip, the sounds stop on the old movieclip and the new ones begin.

Now what’s happening is, and I’m sure you are guessing where this is going already, the other movieclips start playing their sounds. I know why this is, gotoAndStop is cycling though all the frames and playing the movieclips, and their sounds.

I would just make a stopAllSounds on each button, but I have BG music playing constantly.

Any suggestions?

I’m awful at explaining things, so I’ve provided a picture: