Copy link to clipboard
Copied
Copy link to clipboard
Copied
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
Find more inspiration, events, and resources on the new Adobe Community
Explore Now