-
follow the leader z-space
i have this expression attached to the position property of a comp.
delay = 1; //number of frames to delay
d = delay*thisComp.frameDuration*(index – 1);
thisComp.layer(1).position.valueAtTime(time – d)This is a leader comp. The thing is i want to have each layer after located further back in Z-space.
I know that i would usually just make an expression that uses index to have each copy move in space based on layer position. The problem is I can not figure our how to incorporate it into the above expression.
please help! thanks in advance
btw. this expression was taken from dan ebbert’s site. There are solutions there to tackle this problem, however I need to solve it the way suggested aboce.