-
Variables using a dummy / null layer ???
I’m not sure if I can do this.. but
I have a layer with a drop shadow effect on it..
there is an expression on opacity, angle and depth to slider controls in another comp..
they look like this
A = comp(“TVP_12_SEC_IDENT”).layer(“CHEESE_02_PC”)
;
A.effect(“SHADOW_OPACITY”)(“Slider”)all the expressions are reference to “A” is there a way I can have a dummy expression window where I could put the layer name.. it would read like
A= Dummy window;
;
A.effect(“SHADOW_OPACITY”)(“Slider”)That way when I added it to a new layer.. I would only need to change one line instead of three.. possibly more !!!
I hope this makes sense.. I appreciate I have waffled a bit..
can this be done ??
Alex