03-09-2009, 04:48 AM
Here's how to make music loop.
Just call CDX8.LoopMusic in your main loop to loop the music.
Code:
Public Sub LoopMusic()
If DSPosition.CurrentPosition = DSPosition.Duration Then
DSPosition.CurrentPosition = 0
DSControl.Run
End If
End Sub
Just call CDX8.LoopMusic in your main loop to loop the music.
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?