I think I am doing something wrong but not sure where the layer “front control” is my Y axis layer I am putting the expression on the Z axis layer “bottom control” I plug in the expression below in the Z axis layer but the “bottom control” (aka Z axis layer) does not move with it am I missing a bit of information into the expression?
Thanks,
Matt
p = thisComp.layer("Front controls").transform.position
y = thisComp.layer("Front controls").transform.position[1] - p.valueAtTime(0)[1];
value + [0,0,y]