Your browser does not support the canvas tag.
Jordi Tost
int f,x,y;void setup(){fill(0);size(600,600);}void draw(){x=128+(f%64*4);y=(int(f/64)*42)+(int(random(0,4)))*8;line(x,y,y+40,y-40);f++;}
Source code: Pine