void draw() { background(0); rect(0, height/2, mouseX, 20); }