November 2, 2018 at 7:42 pm
#102526
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
That’s the table that made me think of this.
Having them in their own folders will help to avoid same name issues. Not likely but it can happen, but still good practice.
Oh…and did I hear Batman music in the video?
You need to login in order to like this post: click here

