Participant
February 17, 2023
Answered
Move an object within a limited range of an axis using a slider.
- February 17, 2023
- 2 replies
- 592 views
Hi, I am trying to move an object within a limited range of an axis. for example: Minimum Range = [50, 540]; Range Max= [1000, 540]; I look for it to move within this range by moving a slider with a value from 0 to 100. Try doing the following:
minVal = [50, 540];
maxVal = [900, 540];
if (thisComp.layer("Adjustment Layer 1").effect("Slider Control"), minVal, maxVal)
I know maybe I'm very lost, I would really appreciate the help.
