Skip to content

Instantly share code, notes, and snippets.

@albertochiwas
Created August 27, 2015 17:20
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albertochiwas/8e7c7a8474f861b1d733 to your computer and use it in GitHub Desktop.
Save albertochiwas/8e7c7a8474f861b1d733 to your computer and use it in GitHub Desktop.
Simple mouse interaction
var av = new Avatar("squirrel");
var draw = function() {
background(245);
av.draw(mouseX,mouseY);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment