-
Checkbox = ON When slider between 0 – 10 expression?
Hello all!
I’ve been trying to figure out how to get the Checkbox control to stay on when a slider control is between a certain set of numbers. 0 – 10.
I can get it to work on one number with the following expression on the checkbox control (in this case the number is 4):
thisComp.layer(“SLIDER”).effect(“Slider Control”)(“Slider”)==4
I’ve tried lots of different combo’s but no luck
any help much appreciated!!
J