Hi,
Please help with my sound timing.
I have background (sample) playing continuously.
Upon winning a round, the background sample pauses; then play a "TaDA" sample and also set a global "winner flag"
On another line; if "winner flag" is TRUE, jump to frame 2.
Frame 2 has the high score table object.
When I play the game without compiling; the "TaDA" sings then the frame switches (as I want it to do).
But when I compile to HTML then play in the browser on my PC (and a friend tried as well), the High score appears before the TaDA song.
How do I force the timing of the TaDA to play before moving onto the High Scores Frame? Adding the flag was my solution,a s I originally had it all on one line; but separating the song and the jump didn't work. I'm confused.
Thank you for looking.