05-10-2008, 12:48 AM
Sorry to bump an old topic but I have a question on this.
I've added it, everything works great except when you save the map, it doesn't play the music.
I'm guessing it's because of this line:
What if the file is an MP3? I'm using both .mid and .mp3 file extensions, so I need to check both. Should I just add 2 lines?
I've added it, everything works great except when you save the map, it doesn't play the music.
I'm guessing it's because of this line:
Quote:PlayMusic SaveMap.Music & ".mid"
What if the file is an MP3? I'm using both .mid and .mp3 file extensions, so I need to check both. Should I just add 2 lines?
Quote:PlayMusic SaveMap.Music & ".mid"
PlayMusic SaveMap.Music & ".mp3"