-
x amount of position move on layer marker
I have a null layer with an X position move and another master null with a some boxes attached.
Trying to have this master null move X positions (1734px to be exact) every time theres a layer marker on the master null.I tried using below expression but even if I add more “if”s, I only got it to move twice.
Help?
position;
if (marker.numKeys > 0 && time >= marker.key(1).time){
thisComp.layer("Ctrl_Pos").transform.position.valueAtTime(time-(marker.key(1).time))+position;
}