Hi Dan,
Thanks for your reply. I tried another expression with the Fill Color effect. But I’m wondering how can I have the color start with the set color (which is the first color in the expression). Currently it alternates between the colours, but it starts with a white-ish color and I just want it to alternate between the 4 options.
posterizeTime(4)
options = [[240, 80, 233, 255], [73, 215, 0, 255], [233, 207, 202, 255], [0, 135, 202, 255]];
//seedRandom(index, true);
r = Math.floor(random(4));
options[r]/255;