Hello,
I recently installed Smarty's Bassmod, but I have no idea how to play a simple mod with it.
I want to use it for background music, because mod files are usually a lot smaller than mp3 files.
Can anybody give me the script to play a mod file as a background song?
thanks,
~MindOfCreativity
Hi there, you first need to add the extension package to gamemaker. Then add the .mod file to the be included, resources/included files.
then create an object, add this object to the room.
var Music
bmod_init(44100,false,false);
Music=bmod_add('techno.mod')//name of mod file
bmod_play(Music)Hope this helps.Paul



Find content
Male
