Hi,
Regarding the interruption of the speaking of .wav files, you should be able to put the code that handles that in a separate thread, then continue to run the main game loop. If the interrupt key is hit, you can just abort and join that thread, stopping the speaking of the wav sounds. I do something similar with the simulation of poker hands with the new hold em game,and it works perfectly.
 Threads are definately your friend in the accessible gaming world.
HTH,
che


---
Gamers mailing list __ Gamers@audyssey.org
If you want to leave the list, send E-mail to gamers-unsubscr...@audyssey.org.
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/gam...@audyssey.org.
If you have any questions or concerns regarding the management of the list,
please send E-mail to gamers-ow...@audyssey.org.

Reply via email to