i have a game, it has 3 scenes
in the first scene there is background music for the intro
i have a button that with the code:
on(release) {
gotoAndStop(“game” , 1);
stopAllSounds();
}
then the next scene is the game scene, but the music
for that scene won’t start, can anyone tell me why/how to fix it?