Hey guys, i recently took a look at a game i tried to put together, and decided i wanted to finish it. The game is a shooter game that creates 'walls' that the player should not be able to move into. These walls are panels, and currently, im using one keydown event to move both players. This is not a good thing, because it makes it impossible for both players to shoot and move at the same time. The player should not be able to run through the walls. Any suggestions on how i can create two form_keydown events, i would appreciate the help.