|
 | Variable to control layer or effect name within an expression
by Lennie Nelson on Apr 8, 2012 at 4:53:11 pm |
I would like to control part of a layer name in an expression with a variable, i.e.:
Change
thisComp.layer("Target Layers").effect("1")("Layer").position[1];
to
thisComp.layer("Target Layers").effect("VARIABLE")("Layer").position[1];
Any ideas?
TIA
| |