Thread: OpenJazz
View Single Post
Ice M A N

JCF Member

Joined: Jan 2001

Posts: 580

Ice M A N is doing well so far

Jan 25, 2006, 09:56 AM
Ice M A N is offline
Reply With Quote
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..