PlayMusic (int music_number)
Changes the currently playing background music to MUSICx.OGG, MUSICx.MP3, MUSICx.MID,
MUSICx.MOD or MUSICx.XM (where X is MUSIC_NUMBER). The game will search for the files
in that order until it finds one to play.
Example:
PlayMusic(2);
will play music2.
See Also: PlayMP3File, PlayMusicQueued,
PlaySound, StopMusic
|