Hey guys Blaft agani, and I need some more help. I am making a game right now, and have everything just about finished, except one thing: music. Okay well I have my main file, and then a Functions, Environment and Music file after. In my main file I have:
Which MusicPlaying is in the Music file. Now in my music file I have:
` Background Music
MusicPlaying:
Sync On
Load Music "Song1.mp3", 1
Play Music 1
Do
If RND(100)=1
If Music Playing(1) = 0 Then Stop Music 1 : Play Music 1
EndIf
Sync
Loop
Return
I just renamed the path I have the file in as Song1.mp3. Now when I compile and run it lags for a quick second or two, and then plays the music. The problem is I can't see anything, just a black screen with music playing. I was hoping someone could help me out, and maybe tell me what else I need to add and where

Thanks guys =]
Also if I wanted to add several pieces of music how would I make them play 1 after another? I keep making them play all at once :\