float piarc = 0.0; int maxi = 2; int[] s1 = new int[maxi]; int[] s2 = new int[maxi]; int ss1 = 50; int ss2 = 50; void setup (){ size (600,600); background(240); smooth(); // noLoop(); } void draw (){ float nx = random(1,4); piarc = piarc + .01; float n = noise(piarc) * nx; fill(250,20); rect(0,0,width,height); s1[0] = ss1; s2[0] = ss2; for (int x=0; x