Hi Jim
thank’s for the answer.
What I mean is how do you replace the following statment :
temp = thisComp.layer(“aa”).effect(“Both Channels”)(“Slider”)
with one that make reference to a layer in a diferent composition.. let’s say comp2
I have try temp=comp2.layer(“aa”).effect(“Both Channels”)(“Slider”)
but, it didn’t work, so i wonder how to do it?
Thank you…