-
Loop a script with no keyframes
I have a script that moves a layer upwards. That works fine, but I want the script to repeat itself. If this were key frames, no problem. I’d add a loopOut and call it a day. How do I loop a script or tell the script to repeat itself from the beginning?
t = .5;StartPos = [640,250];
EndPos = [StartPos[0],StartPos[1]-50];ease(time,inPoint,inPoint + t,StartPos,EndPos);