here's my last problem to solve. i need to add an expression to the property "source text" of a text layer. i cant find something related to this in the after effects scripting guide. does it mean it is impossible?
that is what i have so far:
Code: Select all
myCounterLayer.property("source text").expression = "abc";
payton