I was thinking about posting this in bugs but I'll bet it's my incompetence that got me here.
Issue: I have 3 layouts, Loading -> Main -> Game
Loading has 0 sounds and then it goes to Main where a song plays (from music folder) and when the player clicks on the screen it stops the song by the tag and goes to the game screen where there is background music and sounds.
However when I start the process from the loading screen I only get the main menu music and no game sounds or background music when it starts up. When i start the preview from the game screen the music and game sounds are there.
If needed I can post my .capx but I haven't done that before so I figured I'd check if there was an obvious error first.
Edit: I found the fix for it, I just needed to preload everything during the loading screen it seems.