-
Assignment to properties in After Effects
Can you do something like this:
thisComp.layer(“Print Statement”).text.sourceText = time;
In After Effects?
My code isn’t seeming to work with this, and I’m wondering how I can’t change the code so that one of the values in my expression “prints” to a Text field called “Print Statement” so that I can debug it.
Any ideas?
thisComp.layer("Print Statement").text.sourceText = time;