Your browser does not support the canvas tag.
Move your mouse.
Ivo Herrmann
int s=600;int x,y;int[] z={-4,4};void setup(){size(s,s);}void draw(){x+=8;if(x>s){x=0;y+=8;}line(x,y+z[mouseY%2],x+8,y+z[int(random(2))]);}
Source code: Walkthrough Tweetable