Hi everyone! Noob here with my first game project, I’m trying to put music only in my menu but as of right now and other ways I’ve tried, it keeps playing even when the game starts again… I’m sure there’s something wrong with my code somewhere…
Use Create Sound 2D instead of Play, then you will get a reference, and you will be able to stop it when needed.
Thank you for tyhe help!
Is this what you mean?
The issue I’m having is the sound is not playing now. I tested PrintString to test that the event is being constructed and it is.
NVM I GOT IT THANIK YOU!