the layer count is not the main problem.
i like the idea to change something in one comp and got the result in many hosted-comps as i wish. that’s the main idea.
the secondary problem is more the layer order, so my changing element is behind other layers, so i need theoreticaly 3 nested comps to simulate that.
is there a way to put the paramters out of the nested comp instead to put the values in.
i think about a class or an object – maybe in c#/.net – there i could write properties and every variable outside could reach this value. in the case of the comps, i walk another way, the expression “collects” the values from a fixed link.
may i write (and where to write it) thisComp.layer(index of nested comp or name).pathtrim.end = xx;?