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);

Tuesday, May 30, 2017

Blog 39




Which of these variable names are valid ones?

var popGoesTheWeasel;

var 4size;

var zoom_zoom;

var size of rectangle

Thursday, May 25, 2017

Blog 38




Write the code to declare a variable "size" and set it to 100.

Tuesday, May 23, 2017

Blog 37

What do the commands below do?

ellipse(100,100,200,200);
fill(blue);





Thursday, May 18, 2017

Blog 36



Describe what the the command below does.

rect(100,200,50,20);