-
Ho to read layer name from slider control?
Hi i want to read expression layer name from a slider controller,
it try this but it din’t help
txt =effect(“Slider Control”)(“Slider”).value);
thisComp.layer(“index=txt”).effect(“TOP”)(“Checkbox”);so want i need is if i change the slider value from 1 to 2 the expression get the value from the layer (2) and like this
i appreciate your help
txt =effect("Slider Control")("Slider").value);
thisComp.layer("index=txt").effect("TOP")("Checkbox");