Hi Matthias,
That’s a great idea! Worked like a charm. This solves a big part in the interval problem. Thank you very much.
Also found out this morning that in de the first seedRandom(Math.floor(time/200) the number 200 should be the same amount of seconds as the composition, otherwise there will still be intervals of multiple layers changing at the same moment.
seedRandom(Math.floor(time/200), timeless = true); //200 should be comp duration
holdTime = random(100,200);
seed = Math.floor(time/holdTime);
seedRandom(seed+index,true);
Math.round (random())*100