Skip to main content
Participant
January 8, 2010
Question

_root navigation with music

  • January 8, 2010
  • 1 reply
  • 352 views

hi, my project is allmost to an end. thanks to kglad i was able to use _root instead of gotoandplayscenes

everything is allmost working now, exept for the music.

Problem is, i have music in each "scene" (these are on frames and bound to buttons with the _root.goto)

the music starts playing on the frame it should, but the music from the frame the button is on, keeps playing (overlapse).

now i searched the internet a bit, coulnd find out alot exept for stopAllMusic, but that also makes the music stop that was intended to play.

Is there a possibility or a code to only stop the music from a certain framelabel?

plx help

This topic has been closed for replies.

1 reply

Known Participant
January 8, 2010

Better post some of your code. But a hint to stop all sounds attached in timeline is "stopAllSounds()"

jobbe89Author
Participant
January 8, 2010

like i said, i tried stopAllSound but that also makes the sound that should play stop.

how about if i put: on(release){stopAllSound("framelabel");} would that work?