draw
void draw() { background(255); for( int i = 0; i < n; i++ ) { blocks[i].move(); } }