void setup (){ size (600,600); background(255); smooth(); noLoop(); frameRate(15); } void draw (){ background(255); int s = int(random(10,45)); // int s = 30; println(s); for (int x=0; x