Sound Help!
Hello everyone. I'm having trouble with some sound on my Timeline. I'm sure there is a code to get it the way I want but I don'y know it.
So basically here is what I want.
On the Layer "Beat" I have music set on Stream because I want it to play forever.
When I get to Frame 5 "S1 Multi" The sounds and animation for that MC plays fine. Also Beat Continues to play like I want.
On Frame 5 I also have a button that is stand alone. On its own layer. If you click it, it navigates you to the next MC on Frame 6 "S2 Fly"
The problem is. The music gets carried over from Frame 5 "S1 Multi" and jumbles in with Frame 6 "S2 Fly" because it doesn't know it needs to stop.
But if I insert a :
import flash.media.SoundMixer;
SoundMixer.stopAll();
It will also stop "Beat" which I want to play forever.
So I can't find a way to stop music playing within a Move Clip. That way it doesn't carry on into another Movie Clip.
