Skip to content

Instantly share code, notes, and snippets.

@gregberger
Created March 15, 2016 22:58
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 gregberger/72c6f2bf3d87bb9f35db to your computer and use it in GitHub Desktop.
Save gregberger/72c6f2bf3d87bb9f35db to your computer and use it in GitHub Desktop.
little example
if(posX > width){
speedX = speedX* -1;
fill(200);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment