I'm having trouble adding Xbox 360 gamepad support to my game. I tried simulating the control but it didn't work.
here's my capx: https://drive.google.com/file/d/0Bx3kU1 ... sp=sharing
Hi,
On your eventsheet "mechanics" change "on gamepad 0 d-pad (up/down/left/right) pressed" by "on gamepad button d-pad (up/down/left/right) is down"
problem solved
It works! thanks! turns out you need to press A before it accepts inputs
Develop games in your browser. Powerful, performant & highly capable.
You can add something like:
a text object "Press A button to activate Xbox360 controler" (bottom text object"start")
on eventsheet "intro"
on gamepad0 button A pressed ---> set text to "Gamepad detected"
---> go to dungeon