19-01-2009, 11:34 PM
Here is my Play Music thing:
I don't understand how to check something.
Code:
' Play music
If Map.Music > 0 Then
Call DirectMusic_PlayMidi("music" & Trim$(CStr(Map.Music)) & ".mid")
Else
DirectMusic_StopMidi
End If
I don't understand how to check something.