void mousePressed() { pressMode = 1; } void mouseReleased()//this allow user to stop making a line { pressMode = 0; //textfont instructions: "if finished with this plane, press f to fill and move to next plane. otherwise, click and draw more. }