probability = 5
r = Math.round(random(-probability +2, 1));
v = clamp(r, 0, 1);
s = wiggle(3, 400*v)
Hey Dan,
Sorry i didn’t do a very good job of explaining that…
The expression i’m using as a base is below, but basically, I’m looking for the object to jump abruptly to a random position and hold it for a few frames before returning to the original position it was placed at. Does that make any more sense? the expression below acheives the look, i just want it to hold the position it jumps to for a few frames and snap back without seeing the transition in between.