flaming_fridge's Forum Posts

  • 3 posts
  • However I did read the topic you posted and I saw your reply about using raw axis.

    It does work to some extent when I used the rawaxis(0,5). Now I have to learn how to use it properly. Looks like I have to tweak the values of the raw axis a little for sensitivity purpose

  • Thanks for your reply.

    I'm using Firefox already, and actually as I explained, the index 3 is detected but it applies to the L2(LT) axis instead of the right stick y axis for Dualshock4.

    So my question is what is the index for the Dualshock4 right stick y axis?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi,

    I'm making a game with an 8 direction behaviour and I want the angle of my player to be set on the right stick y axis.

    The idea would be to do "set angle : angle(0,0, gamepad.axis(0,2), gamepad.axis(0,3))"

    Problem is I only have a dualshock 4 controller and while the gamepad.axis(0,2) refers correctly to the right stick x axis, the axis(0,3) refers to the L2 axis.

    Does anyone know what index I should use? (I haven't found the R2 axis either but I'm not using it for now)

    Tagged:

  • 3 posts