Monday, June 5, 2017

Blog 41





  1. I want to make a sprite appear on my screen.
  2. What 3 things(or lines of code) do I need to do to get it on the screen?



Thursday, June 1, 2017

Blog 40



Look at the code below and tell  me how big the rectangle will be.

var size=100;
rect(200,150,size, size);