Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions 3D null to 2D wiggle position

  • 3D null to 2D wiggle position

    Posted by Navarro Parker on May 28, 2013 at 5:26 pm

    So I’m using the standard 3D null to 2D position expression:
    L = thisComp.layer(“sun”);
    L.toComp(L.anchorPoint)

    How would I add a 2D wiggle to this?

    Tried this, but it’s way off from where the null is.
    w = wiggle(4,10);
    L = thisComp.layer(“asteroid RIGHT”);
    w + L.toComp(L.anchorPoint)

    Dan Ebberts replied 13 years, 3 months ago 2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    May 28, 2013 at 6:13 pm

    Try changing the first line to:

    w = wiggle(4,10)-value;

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