And after seeing the perfect response from Cassius, here’s a much more complicated way of doing it. Expression to the position property:
x = transform.position[0];
y = transform.position[1];
myTime = timeToFrames(t = time + thisComp.displayStartTime, fps = 1.0 / thisComp.frameDuration, isDuration = false);
myCondition = myTime % 10;
timeDown = myTime - myCondition
if (myCondition == 0) ([x,y]) - [myTime,0] else [x-timeDown,y]
Johnny Cuevas, Editor
ThinkCK
“I have not failed 700 times. I have succeeded in proving that those 700 ways will not work. When I have eliminated the ways that will not work, I will find the way that will work.”
—THOMAS EDISON on inventing the light bulb.