// not working // float x, y, w, h; int n; void setup(){ size( 900, 900 ); reset(); } void reset(){ n= int (random(5,15)); x= random(width/2.4); y= random(height/2.4); w= random(5,80); h= w/2.4; } void draw(){ background(159, 159, 255); fill(176,18,233); x += random(20); y = y+15 - random(20); } void flock( int n, float x, float y, float w, float h){ float xx= x; float hh= h * 4; float ww= w; bird( xx,y,w,h ); xx= xx -2*w; for (int j=1; j