Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions simple position expression

  • simple position expression

    Posted by Jon Lewis on August 6, 2008 at 12:17 am

    Looking to build an expression that multiplies each position parameter by a number, like 2. Not a big expression user obviously…

    transform.position [mul[x,2]],[mul[y,2]]??? help??

    Thanks
    Jon

    Dan Ebberts replied 17 years, 10 months ago 2 Members · 3 Replies
  • 3 Replies
  • Dan Ebberts

    August 6, 2008 at 2:12 am

    Try this:

    value*2

    Dan

  • Jon Lewis

    August 6, 2008 at 2:18 am

    Thats all it was? I was making it too complicated….
    Thanks Dan!!

  • Dan Ebberts

    August 6, 2008 at 2:57 am

    It gets a little more complicated if you want to multiply the x and y coordinates by different values. Then it might look like this:

    [value[0]*2, value[1]*3]

    Dan

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