Tuesday, May 23, 2017

Blog 37

What do the commands below do?

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





21 comments:

  1. Puts a blue ellipse at coordinates 100,100 at the middle of the circle, with a size of 200 pixels wide and high.

    -Winten

    ReplyDelete
  2. makes a blue cricle or elipse in the top right-middle corner of the screen
    -gavin

    ReplyDelete
  3. it decide the location and color of that thing.
    -Cindy

    ReplyDelete
  4. It makes a circle/ellipse in the top left hand corner, with a width of 200 and a height of 200

    it makes it clear because the fill color is after the circle's declaration
    -Javon

    ReplyDelete
  5. this makes a blue circle located at 100x and 100y, it is 200 pixels wide and long
    Aidan

    ReplyDelete
  6. It adds an ellipse with the width and height of 200 pixels at the coordinates (100,100).


    The circle is not blue because the blue command comes after the draw command.

    ReplyDelete
  7. makes a blue circle
    -sam

    ReplyDelete
  8. makes a blue ellipse
    Andrew

    ReplyDelete
  9. It makes a blue ellipse
    Ellie

    ReplyDelete
  10. a blue circle that is 200 high and 200 wide
    dan

    ReplyDelete
  11. it makes a circle filled with blue with the coordinates 100,100

    -addy

    ReplyDelete
  12. Makes a blue circle at (100, 100)

    Bradley Farr

    ReplyDelete
  13. it makes a blue eclipse in the left hand corner

    ReplyDelete
  14. creates a circle and colors it blue on the coordinates 100, 100

    Dylan Rees

    ReplyDelete
  15. It makes the ellipse the width and height of 100 and on the cordinate (200,200)
    It also makes the ellipse blue
    -EMILY

    ReplyDelete
  16. it puts a circle at 100,100 and made the height 200 and width 200
    and also makes it blue
    -nathan

    ReplyDelete
  17. It makes a blue circle of 200x200 pixels at the coordinates (100,100)
    Kat F

    ReplyDelete
  18. IT MAKES A BLUE CIRCLE IN THE UPPER RIGHT HAND CORNER AND MAKES IT 200 X 200.

    SOPHIE

    ReplyDelete
  19. It makes a blue circle that has the height 200 and width 200 and is located at the top left corner.
    -Hailey T.

    ReplyDelete
  20. it makes a blue circle in the center
    Ryan sandstede

    ReplyDelete