Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Adobe After Effects break up x/y/z

  • break up x/y/z

    Posted by Nicholas Toth on February 28, 2006 at 6:21 pm

    Hey guys I need to break up the positions of an object xyz in order to link an expression just to the x coordinate.
    Unless anyone knows how to script it….i’ve been looking I can’t find it.

    Dan Ebberts replied 20 years, 6 months ago 2 Members · 1 Reply
  • 1 Reply
  • Dan Ebberts

    February 28, 2006 at 6:57 pm

    You can express position like this:

    [value[0],value[1],value[2]]

    Just substitue something else for value[0] to affect x only. Like this:

    x = effect(“Slider Control”)(“Slider”);
    [x,value[1],value[2]]

    Dan

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