PDA

View Full Version : Need help on yet another simple question


pelerulz88
04-11-2001, 02:56 PM
i have two scenes in a movie. the first scene has a link to the second through a button. the second scene has music and a link back to the first scene on a button. How do you make it so that when you link back to the first scene, the music in the second doesnt keep playing??? i can not figure this out.

thanks in advance.



Chris

Strok
04-11-2001, 03:02 PM
on (release) {
gotoAndPlay ("Scene 1", 1);
stopAllSounds ();
}

pelerulz88
04-11-2001, 03:23 PM
thanks a lot, except i just figured it out like 10 sec before you sent the reply