Hi and thanks for your time....
How do I stop one sound on a layer and allow other sounds on different layers in my movie to continue.
I can only find a stop all sounds tag?
Printable View
Hi and thanks for your time....
How do I stop one sound on a layer and allow other sounds on different layers in my movie to continue.
I can only find a stop all sounds tag?
Use movieclips and add this to a button
setProperty ("soundclip1", _visible, "0");
value 0 is no sound 100 is power on , try it.
or http://www.gmf.as/downloads (volume in levels)
GMF, I was never able to get the _visible trick to work with stopping sounds inside mc. Do you have a working example?
Pippin,
you can use the stop sync sound option to stop an individual sound. Use the same sound but set to stop sync. The desired sound stops when the playhead reaches a frame containing a stop sync sound.
in order to get interactive control over sound, each sound must be in its own movie clip. so if you want interactive control you need to move sounds out of layers all in one timeline and put them in individual movie clips.
each clip has one frame for actual sound and another for the corresponding stop sync sound. Move the playhead to one frame to play and the other to stop.
Hayden, no . I think I saw a post from you over at WH about this. Thought it worked :) I have had sucess with Object and a movieclip inside, the sound muted in the clip but there were som errors with the object. will look some more into it. This should be new option in Flash 6 I hope.
Thanks very much for all the help here guys