-
Can I change an effect’s property in a compositions from another compositon?
I know how to do that – so please don’t answer the subject – I just couldn’t come up with a better subject title 😛
Anyway, I have a composition (comp A) with a layer being animated. The composition is goint to be used several places in a new composition (comp B) – BUT – I will be changing a few things in each instance of comp A – like amount of glow, start angle, and direction (effects that will not work properly when applied to comp A as a layer in comp B).
How can I do this the easiest way without having a huge amount of variations of comp A’s. I startede by creating a ‘start angle’ angle control in comp B – so in comp A the animation depends on expressions refering to that ‘start angle’ in comp B. Like this:
comp(“comp B”).layer(“comp A”).effect(“start angle”)(“Angle”)
But I have now realized that this isn’t going to work with several instance of the comp A animation in comp B, since they would all have the same start angle, wouldn’t they?
Any ideas?
Thanks in advance for your answers!