Page 1 of 1

Controlling text on another layer

Posted: November 25th, 2009, 4:08 pm
by Artkansas
Can the source text for several layers be controlled by one layer?

I have been trying to put this expression in layer 1 and hoping to control layer 5,6 7 etc.

thisComp.layer(5).text = "43"

Needless to say, it doesn't work. Is there something that does?

Re: Controlling text on another layer

Posted: November 25th, 2009, 10:51 pm
by Dan Ebberts
To control Layer 5's text from Layer 1, you would apply an expression like this to Layer 5's Source Text property:

thisComp.layer("Layer 1").text.sourceText


Dan