Expression: changing transform properties in another comp
Hi,
I am struggling to change properties in another comp from a comp. It seems easy to reference the properties of another comp layer from that comp layer transsform property but not the other way around if that makes sense?
If I have this expression on the opacity layer of comp('one').layer('one'):
comp('one').layer('one').transform.opacity = 50;
Thats fine ^
but if I put on the same layer:
comp('one').layer('one').transform.opacity = 50;
comp('two').layer('two').transform.opacity = 50;
It doesn't work on the other comp (comp('two'))^
Is there a way to put all of your expressions in one place and just reference the comps and layers and properties you want to effect? Or can you only effect layer properties if you click on the stop watch of each property and add your expression there?
Many thanks,
Nick
