void draw() { stroke(frameCount % 256); line(0, 0, mouseX, mouseY); }