Does anyone know how to fix this problem i'm running into?
i'm trying to simulate in my game the hyperspace fx from the old arcade game asteroids (ie, you press the "Z" key and the player reapers in another random location on the screen).
everything works fine, however the keyboard is not very responsive...sometimes i hit the "z" key and the player moves instantly; other times i have to press the key down 3 or 4 times for it to move.
i'm using the "On key pressed" to look for and respond to the "Z" key...is there another way of doing it to make it more responsive?
any ideas?