well i don't know if you can use flash in-game... never tried any of that

here's the FLA... feel free to edit it

*attaches FLA*
EDIT: approx. 591 KB
some things to note about the FLA that may throw you off:
1) you'll see if you look closely that i have the sound clip attached in the "over" state of all buttons. i did that first, then realized you wanted it to play not when you roll over or click a button, but when you press a key. so instead of starting over, i put each sound in a movie clip, and then put:
on (keyPress "w") {
tellTarget ("bluebutton") {
gotoAndPlay (2);
}
}
(of course i named the movie that had the sound embedded as "bluebutton" instance, and so forth)
it should be pretty easy to understand once you take a close look at it. to really do it good i would've put each sound in a movie clip, or not even do that, and then just make each button call the sound, instead of making each button call the sound
and embedding the sound in each button... that's kind of repetetive.
good luck, let me know what progress you make with using Flash in-game... not sure how that will turn out, but i'm curious
