Hi, I’m developing a top down shooter game and I’d like to understand how I can create a radius around the player where a target is moved by the cursor to shoot.
Hi you can use ‘put around’ - this was for gamepad aiming
![]()
so replace the gamepad expression with object.AngleToPosition(CursorX(),CursorY()) and for multitouch you’ll need to use touch id’s
2 Likes