PLEASE HELP THE TITLE SCREEN MUSIC WONT WORK!!!???
July 17th 2006, 07:53 PM

Tha Dude
I tried to set my title screen music. I followed the directions. But for some reason, when i go to play the game, it shuts down. It is really frustrating. This is what it says: "//If you're going to play a title midi, uncomment & change the following:
//playmidi("your-own.mid"); so we put this: playmidi("smashmouth.mid");
On the "START" script, we put: load_sound("smashmouth.mid",50);. Is there something i'm doing wrong?
//playmidi("your-own.mid"); so we put this: playmidi("smashmouth.mid");
On the "START" script, we put: load_sound("smashmouth.mid",50);. Is there something i'm doing wrong?
Okay, the key difference here is that unlike wavs, midis do not (and should not) be defined in the START script. So just delete load_sound("smashmouth.mid",50);.
Just using playmidi("smashmouth.mid"); is good enough.
Just using playmidi("smashmouth.mid"); is good enough.






