Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions Parenting Position X or Y to Rotate

  • Topher Blair

    April 5, 2017 at 10:41 pm

    Position needs to be listed as an array [x,y]. So if you want to parent the X position to rotate, enter the code:
    temp = thisComp.layer(“layerName”).transform.rotation;
    [temp, y]
    where “y” is whatever the y position already was.

    temp = thisComp.layer("layerName").transform.rotation;
    [temp, y]

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