I have a aiming cursor that can be controlled with a joystick.
I wanted to apply precision movement to the joystick controls, where the cursor movement speed is dependant on how much you move the joystick in a direction.
Think of the camera control in games like Call of Duty where you can move the camera/aim with the right stick, if you move the joystick in a direction lightly, the camera moves slowly and moves quicker the further you move the joystick. (hope i've explained it clearly)
Here's my capx -
dropbox.com/s/ca8qlf85vmo4awm/Gamepad%20Cursor.capx
I've tried to do this but haven't had any luck, so i'd appreciate some help.