-
Using Checkbox to Invert a Value
Hi there,
if got this expression going, and I’d like to invert the value of ‘s’ with a checkbox.
How would I go about doing that?
Thanks!s=thisComp.layer("SOUND KEYS MASTER").effect("Sound Keys 1")("Output 3")*effect("strength multiplier")("Slider");
x = effect("min scale")("Slider")+s;
y = x;
[x,y]