Skip to content

Instantly share code, notes, and snippets.

@lmccart
Created May 9, 2017 20:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lmccart/8c520bbcca9d7e12b039a1914b777111 to your computer and use it in GitHub Desktop.
Save lmccart/8c520bbcca9d7e12b039a1914b777111 to your computer and use it in GitHub Desktop.
// if mouse x
if (mouseX > width/2) {
background(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment