Whenever I load my 2nd song the mid sounds fuzzy. The code goes something like this:
Global MAIN = PlayMusic("SOUNDS/MUSIC/c2endng.mid") Global CREDITSVIEW = False Global PLAYGAME = False Global WAVE = 1 HidePointer While Not Keyhit(1) Cls DrawImage BG, 140, 110 DrawImage PLAY, 235, 180 DrawImage OPTIONS, 235, 210 DrawImage HIGHSCORES, 235, 245 DrawImage HELP, 235, 280 DrawImage CREDITS, 235, 310 DrawImage Exit1, 235, 375 DrawImage cursor, MouseX(), MouseY() If ImagesOverlap(CURSOR2, MouseX(), MouseY(), PLAY, 235, 180) If MouseDown(1) = True Then PLAYGAME = True If MouseDown(1) = True Then StopChannel MAIN EndIf If ImagesOverlap(CURSOR2, MouseX(), MouseY(), Exit1, 235, 370) If MouseDown(1) = True Then End EndIf If ImagesOverlap(CURSOR2, MouseX(), MouseY(), CREDITS, 235, 310) If MouseDown(1) = True Then CREDITSVIEW = True If MouseDown(1) = True Then StopChannel MAIN EndIf Flip wend CREDITS_SONG = PlayMusic("SOUNDS/MUSIC/Voyager.MID")