AppLab Help: "keydown" : Multiple keys

Please Help

We are trying to build a 2 player game using the same keyboard. When Player 1 presses and HOLDS down their left arrow key, Player 2 then presses their “a” key while Player 1 is still holding down their “Left” Arrow key, the OnEvent disables the “Left” and makes it unresponsive and allows the “a” key to work.

We basically want the OnEvent to response to multiple keys with KEYDOWN at the same time.

Thoughts? Solution? Thanks

1 Like