Forum Replies Created

  • Sean Walkup

    April 12, 2022 at 2:26 pm in reply to: If Else When Source Text Contains String

    Filip, Thank you thank you thank you!!!!!!! I really appreciate it. It works like a charm. Amazing.

  • Sean Walkup

    April 12, 2022 at 1:38 pm in reply to: Toggle transparency

    Not sure I completely understand your need, but maybe this will help.

    Here is how to turn another layer on and off with a checkbox expression control. I use this all the time to control dozens of things in mogrts for Premier.

    In this example, I have an empty shape layer named Controllers that contains a checkbox. I have another shape layer called Square, and in its opacity, I have this:

    var cbx=thisComp.layer(“Controllers”).effect(“Checkbox Control”)(“Checkbox”);

    if(cbx>0) {100} else {0}

    Hope this helps.

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy