Hey I'm trying to make my game so that several different keys/buttons can control the same action, but for some reason when I do this I can't get Key Presses to be detected correctly.
I did this super simple bit of code to experiment:
<img src="http://i.imgur.com/0dK4Ody.png1" border="0" />
The outcome of this is that "Score" is set to 100, but not 200.
"KeyPress" never returns true outside of that, but "KeyDown" seems to work just fine.