Quote:
Originally Posted by UNKNOWNFILE
I'm trying to modify the game into playing the title music in the menus, but I can't find the function for it. Could you give me its usage?
|
loadMusic("menusng.psm");
because each menu has it's own loop and you can be thrown into the menu system from at least a couple ways (main menu normally, episode select if hitting esc while playing, ...), I keep track of a musicPlaying variable, calling loadMusic() and freeMusic() when appropriate (although musicPlaying may be redundant since you could probably test if something is null or whatever)...
but yeah.. it's cool to have music in the menu
Quote:
Originally Posted by TaZaR
By the way, the "cracking" sounds with the music are my computer's bugs, or the openjazz's?
|
I can't speak for the windows version, but on my computer (OSX) it's pretty much as good as you could reasonably expect..
|