PDA

View Full Version : how do I STOP all sounds in a move



ossi747
March 20th, 2002, 04:38 AM
I am aware of the

on (release) {
stopAllSounds();
}

the problem is that my sound is in a move clip and when the movie clip loops (as I want it to ) after 200 frames then the sound is back "offcause".

So im looking to make a butt. action that will mute that sound
continously after clicking.

here is the page
www.black-ops.dk (http://www.black-ops.dk)

ThX in advance

liveacoustic
March 20th, 2002, 12:37 PM
... I belive you can...

tellTarget (music)
{
gotoAndStop (1);
}

...with frame 1 being an empty keyframe.

Of course, you have to use the "Stop All Sounds" command as well, you can't just use that command.

ossi747
March 21st, 2002, 05:44 AM
Thx for the reply - I will try that..

ossi747
March 21st, 2002, 05:46 AM
By the way the URL was wrong..
here is the right one if you would like to check it

www.black-ops.dk/mohaa/start.html (http://www.black-ops.dk/mohaa/start.html)

cheers