Quote:
Originally Posted by Alan Anderson
You can run the joystick axis value through an In Range and Coerce function to clip it at whatever maximum value you want, but that will just mean some of the physical joystick travel will be of no use.
You can multiply the joystick axis value by a percentage. That will maintain the full range of joystick travel, while making the maximum value whatever percent you chose.
|
So if we want the max to be 50%, how would I do that? What is an "In Range and Coerce" function?