Forum Replies Created

Page 5 of 15
  • Trent Armstrong

    January 27, 2021 at 3:11 pm in reply to: simple if then statement based on character length

    Adam,

    That is good info. I think the problem, at least for the syntax, was the braces for the if/then statement.

    if (something) {this} else {that}

    — or —

    if (something) {

    this

    } else {

    that

    }

    I’m not sure about your exponential movement issue, but you might need to multiply the height * .5.

    We’re all pulling for you!

  • Trent Armstrong

    January 26, 2021 at 9:14 pm in reply to: simple if then statement based on character length

    Adam,

    I’m curious if it’s not doing what you want or if it’s breaking. I realized after much gnashing of teeth that the new expression engine asks for more coding language like:

    if (a>32) {[960,540]} else {[960, 640]}


    Kevin may have gotten you to the right place, but I wanted to make sure you’re not experiencing a “gotcha”.

    Trent

  • Trent Armstrong

    January 20, 2021 at 3:00 pm in reply to: Connect line spacing and character size

    Hey there!

    I created a text layer with two lines and added an expression slider to that layer called “Adjust me”. And I set the value of the slider to 100. Then I used this expression in the Source Text expression field.

    s = effect(“Adjust Me”)(“Slider”);

    style.setFontSize(s).setLeading(s);

    Try that out and let me know if you have any questions.

  • Trent Armstrong

    January 15, 2021 at 2:01 pm in reply to: Layers position moves with scale

    Awesome stuff! Yeah. I messed around with mine a bit, and it works better with the Null (and expressions attached box) sitting on the bottom edge of the top layer instead of being offset.

    Maybe I’ll be able to help next time! 😉

  • Trent Armstrong

    January 14, 2021 at 6:03 pm in reply to: Layers position moves with scale
  • It’s a bummer, but AE doesn’t have the ability to have two different fonts in one text layer through expressions, yet. If you’re trying to keep “layers” to a minimum and not necessarily compositions, you could do what Chris suggests. Create a Comp that has the names in the style you want, use an expression to read the comp name and split it up, then just duplicate that comp for as many of the names as you want.

    It’s not exactly what you want, but it’s a work around until that functionality is available. I’m sure there are other ways, too.

  • Trent Armstrong

    January 13, 2021 at 2:51 pm in reply to: Delay / Offset Posterize Time Effect

    Great stuff!

  • Trent Armstrong

    December 15, 2020 at 1:20 pm in reply to: Delay / Offset Posterize Time Effect

    That’s pretty awesome! I hope it looks good for you!

  • Trent Armstrong

    December 11, 2020 at 1:17 am in reply to: Delay / Offset Posterize Time Effect

    So sorry. I haven’t had time to look at this again. I actually think you might need to precomp and offset the layers in time if you want to have the all at 5 fps but offset.

  • Trent Armstrong

    December 7, 2020 at 2:30 pm in reply to: Get world orientation – point of interest?

    I’m interested in whatever happens in this thread!

Page 5 of 15

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