Skip to main content
Participating Frequently
June 19, 2023
Question

Trying to make a single checkbox controller to control opacity of 2 layers (on/off)

  • June 19, 2023
  • 1 reply
  • 158 views

Trying below expression on layers for opacity control. but its not working
my checkbox is on adjustment layer

Layer 1 - if (thisComp.layer("Adjustment Layer 2").effect("Checkbox Control")("Checkbox") ==0) 0 else 100;

Layer 2 - if (thisComp.layer("Adjustment Layer 2").effect("Checkbox Control")("Checkbox") ==0) 100 else 0;

This topic has been closed for replies.

1 reply

Mylenium
Legend
June 19, 2023