-
run expression every 2 frames.. every 3 frames etc?
I have a very simple expression for the position prop that makes a layer jump around:
x = random(500, -500);
y = random(500, -500);
position + [x,y];This makes my layer jump around every frame really fast… i’d like the expression make my layer change positions more slowly, say, every 3 frames or 5 frames… is there a way i can have AE run the expression only once every 3 or 5 frames? If not is there an alternate method? I don’t think wiggle will work because this will “wiggle” the position… and i need “jumpy” or “blinky” movement… thanks