Orbit aim cursor

I am trying to make an arrow that orbits around the player, and its angle matches the direction of the right joystick. this would be used to let the player aim their grapple ability.

If you have ever played SpiderHeck, I want to make the revolving arrow that moves around your spider as you move the stick when you dont have an item equipped.

here is a concept of how it would work

The image is drawn in white btw

I’d suggest you don’t use a white image with a transparent background. I believe the forum background is white, so you image seemed invisible.

But, to answer your question:

  1. Install the “Gamepads (controllers)” extension.

  2. Use the “Put the object around another” action to position the arrow around the player using the GamePads::StickAngle(1, “Right”) function to get the right stick angle of the first gamepad:
    image

You might need to change the 25 pixels distance.

k ill try that tomorrow
im going to bed :sweat_smile: