How do I only change angle using a thumbstick?

0 favourites
  • 6 posts
From the Asset Store
With this template you will learn how to use the GooglePlay Games native plugin
  • I have seen examples about how to make a touch control stick on the forums, but all of them have the object that the control stick is connected to not only change angle but move as well. The objects have eight directional behavior but what I simply want to create is having the control stick move and the object only changing it's angle according to the control stick's position

    My recent attempts of making an object change angle were to follow touch and change angle via touch arrows but they didn't fit my game design very well. The touch control stick seems to be the most versatile. How do I go about doing this?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I am afraid you will have to do it manually, with keyboard object, like:

    when "up arrow" down - rotate toward angle 270

    else

    when "down arrow" down - rotate toward angle 90

    etc

  • It's possible.

    Can you post the CApx of the thumbstick your using so I(or someone else if they beat me) can just edit that to what you need

  • Here's the capx. I tried but obviously failed as you'll see. I was trying emulate Jayderyu's design of thumbstick, I like it but the moving thumbstick can move anywhere. How do I make it so that the main stick has limited movement and is ultimately an actual thumbstick?

  • To be clear, are you wanting the object to point in the same direction as the stick? Or do you want it to rotate counter-clockwise when the stick is held left, clockwise when held right, something along those lines?

    EDIT: If it's the former, here's an example where the object faces the direction of the stick and the position of the stick is limited. I made no assumptions about which side of the sprite is which, so you may need to adjust its angle by plus or minus 90 degrees.

  • Wow! That's really well done. Thank you so much, this is exactly what I meant.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)