Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions After Effects Expressions: HELP!! Noob

  • After Effects Expressions: HELP!! Noob

    Posted by Jim Halbert on June 9, 2009 at 10:19 pm

    I am new to After Effects expressions and need to get a grasp of the formatting.

    I have key-framed information on the orientation of a layer and would like to take the absolute value of those values.

    Dan Ebberts replied 16 years, 11 months ago 3 Members · 4 Replies
  • 4 Replies
  • Koby Goldberg

    June 9, 2009 at 10:49 pm

    Try
    Math.abs(…)

    Koby.

  • Jim Halbert

    June 10, 2009 at 6:23 pm

    It is possible to demonstrate how to use Math.abs(…) to change the values of all three orientation variables??

  • Jim Halbert

    June 10, 2009 at 6:27 pm

    Could you please demonstrate how to use Math.abs(…) to change all three orientation variables??

  • Dan Ebberts

    June 10, 2009 at 7:37 pm

    Like this:

    [Math.abs(value[0]),Math.abs(value[1]),Math.abs(value[2])]

    Dan

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