void setup(){ size(300,300); frameRate(30); smooth(); fill(255,32); noStroke(); } void draw(){ background(255,0,0); for(int i=0; i