-
Controlling the opacity of a nested comp from the main comp
Hey AE Expression Geniuses, I’m using a composition of a car, and the “Car” comp contains an “indicators” comp.
I have multiple “Main” comps that will be using the “Car” comp.
What I need to do is be able to change the opacity of the “Indicators” comp from which ever “Main” comp contains the “Car” comp.The comps are like so: Main comp> contains car comp> contains indicator comp…
I want to be using this same “Car” comp in many different “Main” comps…
So applying the following code to the Opacity of the “Indicator” comp won’t work for me:
comp("Main").layer("indicator Control").effect("Slider Control")("Slider")Is there any way I can create some sort of global variable that can be controlled by a slider in multiple “Main” comps and can change the Opacity of the “Indicator” Comp?
I think I just explained it several times in that message… Any Way Can this be done?