Forum Replies Created

  • Davi Herold

    October 28, 2019 at 3:40 pm in reply to: Background goes black when made 3D

    Five years later and you’re still helping people with your comment!

    Cheers!

  • Davi Herold

    July 8, 2019 at 7:55 am in reply to: Cant see Layer Guides

    “Command + Shift + H” on Mac.

  • Sorry for making two in a row, I just remembered, you can search aescripts.com for free/name your price scripts, like Squash & Stretch, Ease and Wizz, Bodymovin, Ouroboros 2 etc.

    Cheers!

  • Go for Freesound.org for sound effects and You-Tube Audio Library for music and sound effects. You can also use User Presets on After Effects to create your own “Motion Library”.

  • Davi Herold

    May 22, 2019 at 9:40 am in reply to: Leaf falling expression to a stop

    Just an update, I did find a solution for the “height” value. I renamed the variables in the Comp a little bit (its name is “Shape Layer 4”). I came up with this:

    x = thisComp.layer("Shape Layer 4").transform.position.valueAtTime(time)[0];
    y = thisComp.layer("Shape Layer 4").position.valueAtTime(time)[1];

    sp=2;
    amp=150;
    gravity = 50;
    a = Math.sin(time*sp)*amp;
    b = time*time*gravity;

    if (b >= 900)

    value + [a,900]

    else

    value + [a,b];

    However, I still don’t know how to make the “Length” value pause, because I’d need a way to make it stop going from side to side, but at the value it was when it reached that point.

    I’d also probably need to do something similar to the rotation.

    Anyone has any ideas?

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