MFGG Forums
I want to know how to change the level music in Gate/Gatete’s SMB1 Engine - Printable Version

+- MFGG Forums (https://forums.mfgg.net)
+-- Forum: MFGG (https://forums.mfgg.net/forumdisplay.php?fid=4)
+--- Forum: Developer Discussion (https://forums.mfgg.net/forumdisplay.php?fid=10)
+--- Thread: I want to know how to change the level music in Gate/Gatete’s SMB1 Engine (/showthread.php?tid=2840)



I want to know how to change the level music in Gate/Gatete’s SMB1 Engine - Videogamejunkie443 - 03-19-2022

Hello. I'm going to be taking coding classes soon, so I don't need much help from this site's users right now, but I would like to know how to change the music in Gate's Super Mario Bros. 1 engine for Game Maker Studio 1.4 once I add it in. If anyone could help me with that, I'd be grateful.


RE: I want to know how to change the level music in Gate/Gatete’s SMB1 Engine - Gate - 03-20-2022

Apologies for the late reply, music can be changed on the init_globals_mus script.

Then use those variables


RE: I want to know how to change the level music in Gate/Gatete’s SMB1 Engine - Videogamejunkie443 - 03-20-2022

(03-20-2022, 01:41 PM)Gate Wrote: Apologies for the late reply, music can be changed on the init_globals_mus script.

Then use those variables

Thanks.