November 2, 2018 at 7:36 pm
#102525
Sure it can.
Sub PlayRandomTrack()
Select Case Int(Rnd*2)+1
Case 1 : PlayMusic "TimeFantasy/soundtrack01.mp3" : MusicLoop.Enabled=1
Case 2 : PlayMusic "TimeFantasy/soundtrack01.mp3" : MusicLoop.Enabled=1
End Select
End Sub
You need to login in order to like this post: click here

