Processing Forum
void setup() {background(0, 0, 0);size(1280, 800);smooth();}
void draw() {{fill(0, 0, 0, 10);rect(0, 0, 1280, 800);}{line(640, 800, random(0, 1280), random(0, 800));stroke(random(150, 220), random(150, 220), 0);strokeWeight(5);}}