PlaySong


Plays the tracks of a CD. Remember that the first track on the CD is data. When PlaySong() is run, it resets the music volume to 1. Syntax:

PlaySong(start, end, loopto);

start: This is the track JK will start playing at.

end: When JK reaches the end track, it starts on the loopto track.

loopto: After JK plays the end track, it will go to the loopto track and then keep playing until it reaches the end again. At that point, the process repeats itself.