Nov 4, 2009 10:35 AM
Referencing the expression of another layer
-
Like (0)
You can't access one expression from another, but you could construct your expression in a text layer and the evaluate that from your other expressions. So, you could put something like this a text layer:
x = 100;
y = 100;
[x,y]
And then put something like this in another layer's position expression:
eval(thisComp.layer("Text Layer 1").text.sourceText.value);
Dan
North America
Europe, Middle East and Africa
Asia Pacific
Copyright © 2011 Adobe Systems Incorporated. All rights reserved.
Use of this website signifies your agreement to the Terms of Use and Online Privacy Policy (updated 07-14-2009).