Skip to content

Instantly share code, notes, and snippets.

@JoseluDAM2000
Last active October 10, 2016 11:30
Show Gist options
  • Save JoseluDAM2000/5ada46b489520a3fda3d09c5bcfbe09d to your computer and use it in GitHub Desktop.
Save JoseluDAM2000/5ada46b489520a3fda3d09c5bcfbe09d to your computer and use it in GitHub Desktop.
sol.makeVisible();
paisano.makeVisible();
paisana.makeVisible();
suelo.makeVisible();
sol.changeColor("yellow");
suelo.changeColor("green");
paisana.changeSize(50, 25);
suelo.changeSize(500);
suelo.changeSize(800);
suelo.moveHorizontal(-200);
suelo.moveHorizontal(-200);
suelo.moveVertical(-200);
suelo.moveVertical(400);
suelo.moveVertical(-100);
suelo.moveVertical(50);
paisano.moveHorizontal(-70);
paisano.moveVertical(10);
paisana.moveVertical(10);
paisana.moveVertical(20);
sol.changeSize(20);
sol.moveHorizontal(50);
sol.moveVertical(40);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment