looping background music?

BlitzMax Forums/BlitzMax Beginners Area/looping background music?

Captain Wicker (crazy hillbilly)(Posted 2012) [#1]
hi,

i just realized there is no "PlayMusic" command in BlitzMax! is there another way to play and loop background music?


Dabhand(Posted 2012) [#2]
You can, but... http://code.google.com/p/maxmod/

Dabz


Oddball(Posted 2012) [#3]
music=LoadSound("music.ogg",SOUND_LOOP)
PlaySound music



Captain Wicker (crazy hillbilly)(Posted 2012) [#4]
Ah, Thanks Oddball!


Dabhand(Posted 2012) [#5]
Personally, I would use maxmod, it's chuffing great!

Dabz