You taught me to use the “Layer Control” by the index number.
if (thisComp.layer("Control").effect("Layer Control")("Layer").index == index) 100 else 0
[Walter Soyka] “In English, the expression above says, “If the index of the layer chosen with the Layer Control effect on the layer named Control in this comp is the same as my index, set my opacity to 100; otherwise, set it to 0.”
Could you teach me how to change for that the expression follow a specific layer, regardless of the index position between the layers within the Comp.
Please.
Thanks.