Activity › Forums › Adobe After Effects Expressions › Z pass using expressions
-
Z pass using expressions
Posted by Cory06 on August 30, 2005 at 6:48 pmAlright, I
Cory06 replied 20 years, 11 months ago 2 Members · 5 Replies -
5 Replies
-
Dan Ebberts
August 30, 2005 at 7:42 pmTry this:
start = 0;
vanish = 1000;
linear(position[2],start,vanish,100,0)Adjust start and vanish to suit.
Dan
-
Cory06
August 30, 2005 at 8:05 pmWhile I have your attention, I was wondering if i could ask one more question. if i want one object A to to derive it’s z position from object B’s z postion, can i do that while leaving Object A’s X&Y independant with an expression??
only if you have time
thanks again
-
Dan Ebberts
August 30, 2005 at 8:14 pmLike this:
p = thisComp.layer(“object B”).position;
[value[0],value[1],p[2]]Dan
Reply to this Discussion! Login or Sign Up