I'm making a multiplayer game that uses two gamepads, and the players move in 8 directions.
Using this tutorial h*t*t*p*s://w*w*w.scirra.com/tutorials/4859/smooth-gamepad-joystick-movement the player 1 works perfectly, but the player 2 only moves in the diagonals.
Player 1 events:
Player 2 events:
As you can see, they are exactly the same, changing only the gamepad index.
Testing, i could see that if i disable the 8_Way2 on the player 2 he don't move at all, so the 4_Way2 is never being executed for some reason. I maked a third player, with the same events, and he also has the same bug.
Any ideas ?