Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects Expressions How can a put only the X tracking data on my null/etc.?

  • Darby Edelen

    June 26, 2013 at 2:06 pm

    I would apply this expression to the tracked Null’s position:

    [value[0], thisComp.height/2]

    Which will limit the tracked Null to moving only on the x-axis and centered vertically in the composition.

    Then you can parent another Null to the tracked Null to control y-axis motion. If you’d like to make sure you don’t accidentally move this one on the x-axis you could apply this expression to its position:

    [0, value[1]]

    Darby Edelen

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