Hi Rich, What do you mean by adjust the sounds? I generally balance all that out pretty well before releasing any game. If you are talking about a volume control like page up or page down I wouldn't be able to do that given the fact I'm not using OS specific scan codes for the keys and am handling input via cross-platform ascii key codes. Writing custom keyboard events and scan codes to grab the arrow keys, page up, page down, f1 through f12, etc is a major nightmare. Therefore if we wanted to go that advanced I'd have to rewrite the game to use SDL or something like that instead.
Cheers! On 4/17/11, Richard Sherman <[email protected]> wrote: > HI, > > My opinion is that good sounds are usually nice to have. Might also consider > having the ability for the user to be able to adjust the sound if they > desire. > > Thanks. > > Rich --- Gamers mailing list __ [email protected] If you want to leave the list, send E-mail to [email protected]. You can make changes or update your subscription via the web, at http://audyssey.org/mailman/listinfo/gamers_audyssey.org. All messages are archived and can be searched and read at http://www.mail-archive.com/[email protected]. If you have any questions or concerns regarding the management of the list, please send E-mail to [email protected].
