Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expression issue…

  • Expression issue…

    Posted by Daniel Elder on October 23, 2006 at 11:26 pm

    I know how to do it, but I just can’t put my finger on it. Basically I want to adjust the y-axis of an expression that is linked to another images position. I thought it was
    temp=this_comp.layer(“name”).position;
    (temp, temp+5, temp)

    but that’s not right, what do I do to move the y axis up or down a little or the x-axis left or right, and still have it paired with the object?

    Thanks

    Dan

    Daniel Elder
    Associate Producer
    http://www.luminair.com

    Daniel Elder replied 19 years, 9 months ago 2 Members · 2 Replies
  • 2 Replies
  • Dan Ebberts

    October 23, 2006 at 11:39 pm

    Like this for y:

    temp=this_comp.layer(“name”).position;
    temp + [0,5,0]

    Or this for x:

    temp=this_comp.layer(“name”).position;
    temp + [5,0,0]

    Dan

  • Daniel Elder

    October 24, 2006 at 2:39 pm

    Thank you very much Dan

    Daniel Elder
    Associate Producer
    http://www.luminair.com

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