Hi Miguel,
Thanks a lot for looking at it.
It seems so well explained which is making me feel dumber! As I still didn’t get it to work properly.
Here is a scene file of a test scene.
9976_expressionstest.aep.zip
At the moment I’ve linked the opacity of a solid to slider control inside a null (“EXPRESSIONS”). These are inside a comp called (“Character_1”). Now on the comp (“Character_1”) on the main level I’ve copied the Slider control from the precomp and linked the slider inside the precomp to the slider on the comp.
So I control it from the main comp. So far so good. But at the moment using your help I’ve
typed:
nameSplit = thisComp.name.split(“_”);
characterNum = nameSplit[nameSplitLength -1];
selfComp = “Character_” + characterNum;
comp(“*Main”).layer(selfComp).effect(“Opacity Slider”)(“Slider”);
on my Opacity Slider on the precomp, to link it to the nested precomp but not being able to make it work.
Sorry for all this rambling, if you check the AE file you will get it straightaway.
9976_expressionstest.aep.zip