Ok, In my game some items disapear in one part so I have it play the ghost busters theme song, but i dont want it to reapeat it over and over. Is there away to make the song stop completely, but only when its over?
just use this,
SetMusicRepeat(0);
and if you need it to repeat again later make sure you
SetMusicRepeat(1);
hey, Thanks alot the music re-peating thing was driving me crazy...You can tell im a newbie lol..well, thanks again.