Right now I have music playing in my game. It starts at the main menu, and that's great. It continues into my second layout. Then, any new sounds in the second layout and beyond won't play, but the music keeps looping successfully.
If I just test the second layout, where the gameplay happens, when I do things like collect coins, the sound will successfully play because the music isn't playing. But if the music is playing, specifically when the music plays from another layout first, it undermines the attempts of the other sounds to play.
How can I fix this?