Skip to content

Instantly share code, notes, and snippets.

@tatecarson
Created February 25, 2018 17:33
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 tatecarson/6b54529b6efbf657663d5abc141bf9be to your computer and use it in GitHub Desktop.
Save tatecarson/6b54529b6efbf657663d5abc141bf9be to your computer and use it in GitHub Desktop.
stop.mousePressed(stopAll);
function stopAll() {
laser.stop();
jh21.stop();
tennis.stop();
birds.stop();
console.log('stop')
} // end stopAll
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment