Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions di**********@***il.com

  • Andrei Popa

    February 9, 2019 at 7:46 am

    You can’t. The best thing you can do is create 3 layers, and make only one visible, according to the selected checkbox. For that, you will need something like this to the opacity of every layer

    check = thisComp.layer("Control")("Font_Arial")("Checkbox");
    (check == true) ? 100 : 0;

    and to the checkbox value you need something like this :

    check1 = thisComp.layer("Control")("Font_Arial")("Checkbox");
    check2 = thisComp.layer("Control")("Font_Algerian")("Checkbox");
    (check1 == true || check2 == true) ? 0 : 1;

    This is for your last checkbox. In each, you write the other 2 as variable

    Andrei
    My Envato portfolio.

  • Dmitriy Khomyakov

    February 9, 2019 at 4:16 pm

    I need that there was only one text layer, and the script changed the font

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