Hello,
I am making a game and I am running into and issue with the order that event blocks occur. I have a function to make a level in my start block. I have a forever block to play music, and an on game update block to spawn a starfield effect. The issue that I have is that neither the music or starfield start until after the first level. I was able to change the order in Javascript, but when I switched back to blocks the order went back. Is there an easy way to fix this?