Lauren:
Great. Don't hesitate to clue us in with greater detail, though, in lines like this one:
if (mouseX>=1 && mouseX<=500) {
What is this line doing, and why? etc.
Also: Consider removing the println statements from your final products -- they tend to be used for debugging, and may just confuse your average user.
Great. Don't hesitate to clue us in with greater detail, though, in lines like this one:
if (mouseX>=1 && mouseX<=500) {
What is this line doing, and why? etc.
Also: Consider removing the println statements from your final products -- they tend to be used for debugging, and may just confuse your average user.
fullscreen

Garrison LeMasters