-
postrizeTime + particlePlayground
Hello all!
I’ve a particlePlayground with random cannon position. I used posterizeTime to give it a tiny delay at each position it reaches. Now I need the cannon to emit only at delays, not between them when it moves.
Thanks
VahabSanposterizeTime(1);
pct = random (0,100);
if (numKeys > 1){
t0 = key(1).time;
t1 = key(numKeys).time;
t = linear(pct,0,100,t0,t1);
valueAtTime(t);
}else{
value
}
Sorry, there were no replies found.