-
Expression Request or Fix: Turning layer’s opacity based on other layers location.
Essentially I want a layer”s opacity to be at 100% but when it reaches a certain position it turns off. I want it to turn off when it meets another layer’s position exactly. It would also need to work if the layers are parented to other layers or nulls. So it would probably need a toWorld position location or toComp.
check the images. I think its a “if else” expression. i tried this:pos= thisComp.layer(“BloackB”).transform.position;
if (position == pos){
100
}else{
0
}images:
https://tinyurl.com/d58v5s3