Skip to content

Instantly share code, notes, and snippets.

@albertochiwas
Created June 1, 2017 01:48
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 albertochiwas/55ef7396f12332d132c919cc0ab3e6f3 to your computer and use it in GitHub Desktop.
Save albertochiwas/55ef7396f12332d132c919cc0ab3e6f3 to your computer and use it in GitHub Desktop.
Ardilla saludando (next)
var av = new Avatar(1);
av.scale(0.8);
var draw = function() {
background(0,200,0);
if (av.getAngle(1) < 75) { av.next(1); }
av.next(2);
av.draw(200,200);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment