So I've set my music to start when loader layout is complete so that when the player dies, the music doesn't restart. When I launch my game completely from start menu (my start menu also got music starting on the start of the layout), the music of my first level doesn't even start running and I don't wan't my level 1 music to start over and over again.. Any suggestions?
You have your main screen and your level on different layouts right?
I'm assuming you are using the event "On loader layout complete"
Try using "On start of layout"
(On loader layout complete means when the game first starts!)
Develop games in your browser. Powerful, performant & highly capable.
I said it up but im gonna repeat. I am trying to avoid "on start of layout"
why avoid on start of layout?
Is there something wrong with it that I don't know about?
Yes.. When Player dies the layout gets automatically restarted
On the game I just did I had a layout as a title screen before the main menu of the game. Then I just used on start of layout on that for the music and then goto main screen of game. This is always an option.