-
Expressions between Comps
I apologise as I think this is a very simple problem but I can’t find the answer searching through previous posts but…
Could someone tell me how to have an expression change a value (opactiy in this case) between two comps?
I have
thisComp.layer(“STARS_OUTSIDE”).transform.opacityand the comp I want to reference is
OLBERS_MAINbut
OLBERS_MAIN.layer(“STARS_OUTSIDE”).transform.opacity
and
“OLBERS_MAIN”.layer(“STARS_OUTSIDE”).transform.opacitydon’t work…
Many many thanks!!
jim