[OBSOLETE] SPACE malfunction

Post any Bug Reports here
Post Reply
User avatar
metal_head
Posts: 1244
Joined: Sat Jan 05, 2008 8:31 pm
Location: Bulgaria,Sofia
Contact:

[OBSOLETE] SPACE malfunction

Post by metal_head » Fri Aug 13, 2010 4:10 pm

Hey guys, I just tested my project - Charge in multiplayer with a friend, but found a problem. When the left and the up/down arrows are pressed, Space button doesn't work. We tried to display a message when Space is pressed and that message doesn't get displayed when the left and the up/down arrows are pressed.

Code: Select all

   if(IsKeyDown(46))
{
debug("pressed");
}
We had to replace Space with another button in order the game to work.

Post Reply