Hi ! I tried adding gamepad controls to my game, but sub-events won't work with the "is button down" condition for gamepads. It feels like its a while, and so only the directly linked actions will activate and none of the sub-event...
My code :
CONTROLLER : Button D-Pad left is down -> Player 2 : Platformer Simulate control left
SUB : SYSTEM : V_IsP2Right >= 0
and -> Set Platformer speed to 166
Player 2 : Platformer is on the ground
It works fine with the keyboard condition "key is down" but it won't trigger the sub-event with the gamepad... Any idea ?
Thanks and sorry for the (probably) bad translation of construct events, I don't have the English version