Hi guys!
I want to include an expression which will allow me to adjust the width of a sprite based on the amount the L trigger is pulled on a gamepad. The width must be between 123 and 200.
I currently have this formula:
clamp(max(Gamepad.RawButton(0, 6)*(100+100),123),123,200)
This works, but I noticed that I have to push the trigger down about half way before it starts responding, however, by the time the trigger is all the way down, the width is 200.
If someone can have a quick look and tell me what I'm missing, I'd appreciate it!
Trigger