Anyone know how to make it so music plays ONLY in the menu screen and when you hit play it stops and you can play music and sounds for the animation? I just want a menu screen song but I dont know the right code to make it stop playing AFTER I hit play.
I cant find any good tutorials..
So help me please? I'd be so grateful :]]]
Rooble
On the play button, put
on (release) {
stopAllSounds();
}
Or if you want the music to stop on a certain frame, add
stopAllSounds();
to the frame
Syringes (Updated )
Thanks! I hope it works lawl, I am terrible at coding .. its totally not my thing. Again, thank you!