-
Expression aggression..
Just getting into them. I have a small graphic on a layer A of which I want the x position property to coincide with the x position of another keyframed graphic on layer B.
I reveal the position property of Layer A and Layer B. I select Position of Layer A, select Add Expression and the pickwhip appears. I drag the pickwhip of Layer A to the first (x) position property of Layer B.
This expression appears:
temp = thisComp.layer(“leafOnly.psd”).position[0];
[temp, temp]The problem is that though my graphic on Layer A is set at a particular Y value at the beginning, as soon as the expression is set, the graphic goes to a 0,0 position. So, when the time plays, the graphic from Layer A start up at the diagonal left corner and comes down to match the graphic on Layer B.
What gives?
I want the Y value of Layer A to be fixed and only the X position to be…pickwhiped.