Groups | Blog | Home
all groups > flash actionscript > march 2004 >

flash actionscript : Sound troubles... please help ASAP


elliott M.
3/16/2004 5:17:00 PM
easiest way to fix that would be to this:

on(release){
stopAllSounds();
gotoAndPlay(2);
}

that way, you stop all the sounds in the movie when its clicked, then as
soon as it jumps to the next frame, it'll start playing your new sound.

--

[quoted text, click to view]

prog2design
3/16/2004 10:05:31 PM
Ok... So I have a sound file inside of the first frame and I also have a
different sound file inside the second frame. When I click on the button to
move from the first frame to the second the first audio file continues to play
while the second one is starting to play. How can I stop the first and make
sure the second audio starts?

I am assuming I need to have them inside a movie clip as oppose to just
dropping them inside the frame. And if so, how can I control the clips?

Can anyone help me???
AddThis Social Bookmark Button