int gy=int(random(height/2-25,height/2+25)); void setup (){ size (600,600); background(255); smooth(); // frameRate(30); // noLoop(); } void draw (){ fill(255,20); noStroke(); rect(0,0,width,height); for (int x=0; x