rob@100: rob@100: void setup() { rob@100: size(1150,650); rob@100: background(255,0); rob@100: frameRate(30); rob@100: } rob@100: rob@100: rob@100: int x=0; rob@100: rob@100: void draw(){ rob@100: rob@100: //background(255,0); rob@100: //fill(random(255)); rob@100: //line(x,height, x,0); rob@100: //x = (x+1)%width; rob@100: }