I have music set for a main menu screen, and in-game music using the DirectSound: PlayMusic
But whenever I go back to the main menu for any reason at all, I cannot get the music to start up again, the same for ingame music.
Can you make an example of this happening and send it to ?
I sent you the .cap file
Is there any way to temporarily get around this?
Develop games in your browser. Powerful, performant & highly capable.
Yeah, I had a similar issue. It was inexplicably fixed by delaying the directsound event by as little as 2ms from layout start.
Why are you using 'Timer equal to 10ms' instead of 'Start of layout'? It seems to work for me if I replace the timer conditions with Start of Layout, and when you return to a layout it seems the timer doesn't start from zero again, in which case it's a timer bug and nothing to do with Directsound...