10-07-2007, 01:15 AM
For anyone who hasn't found it out yet and wants to know, here's how to make the song loop.
add this sub to modSound and call it during gameloop.
add this sub to modSound and call it during gameloop.
Code:
Public Sub MidiLoop()
If MusicPlayer.PlayState = mpStopped Then
MusicPlayer.Play
End If
End Sub
Quote:Robin:
Why aren't maps and shit loaded up in a dynamic array?
Jacob:
the 4 people that know how are lazy
Robin:
Who are those 4 people?
Jacob:
um
you, me, and 2 others?