I have been trying to get something like this to work.
I have a text layer that reads the value of the Layer Control using:
thisComp.layer(“— SELECT”).effect(“Selector”)(“Layer”).name
And then using this on the opacity for each layer to check if the “FRANCHISE NAME” equals the name of the layer. If so, “then opacity = 100”
ifi(thisComp.layer(“FRANCHISE NAME”).text.sourceText = (“thisLayer.name”)) 100 else 0;
But I’m having some syntax troubles.