-
link expression through comps
Hello, i’ll explain what i’m trying to do.
– I have to create a slider to control the visibility of the levels inside a comp.
– I want the slider to be outside that comp, to a dedicated level with other slider for other comps.
– I get a sintax error (images)
– But it works if i put the slider into the same composition on a NULL layer.Why? It was working this system back in the years.
How can i solve?Thank you
Switch=comp("Man").layer("Controls").effect("Slider Control")("Slider")
Switch2=Math.round(Switch);
if(Switch2==2){100}else{0};

