Dan,
That totally works! One further question. If I need to modify the value of y (by adding another variable) it tells me the that it is not a function. Why is that. Example:
I realize I’m probably just missing something here
Thanks,
Garrett
y=comp("Section 3").layer("Controller").effect("Y AXIS MOVER")("Slider");
L = thisComp.layer("Section 3");
x=y*1.5;
[value[0],value[1]-x.valueAtTime(time-L.startTime)]