Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity › Forums › Adobe After Effects Expressions › Time Remap frame controller based on the position of a null object

  • Alex Richman

    November 13, 2018 at 7:26 am

    Hello Dan!!! This code solved my problem! But composition reacting only when i move null object “x” how i can make reacting to y? I change all “x” to “y” in code but it doesn’t work:(((

    y = thisComp.layer("Null 1").transform.position[0];
    d = y - thisComp.width/2;
    framesToTime(linear(d,200,-200,0,88))

  • Dan Ebberts

    November 13, 2018 at 7:48 am

    I guess it would be like this:

    y = thisComp.layer(“Null 1”).transform.position[1];
    d = y – thisComp.height/2;
    framesToTime(linear(d,200,-200,0,88))

    Dan

  • Alex Richman

    November 13, 2018 at 8:51 am

    Thank you very much!!! It worked! :))

Page 2 of 2

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