-
Add a loop after a if?
Hey guys, I’m trying to make a character blink with a -50 to +50 slider, and also I have a dropdown menu that would modify that to be like from 0 to +50.
That part is working but, I also would like to make those keyframes to loopOut(“clycle”)
Is there a way add that on this code:d = thisComp.layer(“ctrl”).effect(“Dropdown Menu Control”)(“halfblink”);
x = value[0];
if (d ==2)
m=linear(x, -50,50,0,50);
else
m = x;
[m,0];
Tks in advance