Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Wiggle Expression

  • Posted by David Mathis on November 11, 2013 at 1:21 am

    I want to have a different wiggle value for the x position from the y position. I typed in the following but it ignores the first wiggle expression but looks at the second one:

    wiggle(12,20);
    wiggle(16,2)

    Why is this? What would be the correct expression to use? Is there a way I can do this without having to separate the dimensions? Very new to expressions and any help is greatly appreciated.

    Dan Ebberts replied 12 years, 8 months ago 2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    November 11, 2013 at 8:12 am

    Try this:

    wx = wiggle(12,20);
    wy = wiggle(16,2);
    [wx[0],wy[1]]

    Dan

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