Hi,
I was working on a project (http://www.scirra.com/forum/plateformer ... 78999.html) and had to stop the development for 3 months. This project was using the gamepad and was working fine on Chrome and Firefox with my xBox controler.
However I started the development again and noticed that the movement for my characters was not working anymore. I noticed the bug comes from the axis on the left analog which seems to have been switched.
So before : left analog X axis > 50 was used to go left, while left analog Y axis > 50 was to go down. So the X axis was supposed to be the horizontal one and the Y axis was supposed to be the vertical one. Right now, this has been inverted and to go left, I need to check left analog Y axis > 50...
I can't check on Chrome because the game does not load for some reason but I wanted to know if this problem was coming from a Construct 2 update or a Firefox update ? And how to fix this. I'd like to avoid using inverted axis. (I'm using Firefox 31 and Construct 2 173 64bits on windows 8.1)
Thanks
-50 for left, +50 for right, will work