Music loader/Player by Immense5th Aug 2005 6:29
|
---|
Summary This program loads an file and plays it. Description This is a little piece of program that i use for my game. Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com do if music playing(1)=0 load music "music +musicnr#+ .midi", 1 if music exist(1) play music 1 else if musicnr#=50 musicnr#=0 else musicnr#+1 endif endif endif loop |