Friday 23 September 2016

Friday Post


What did you do this week? 

This week I started on using Javascript to make drawings on Khan Academy, which is quite fun so far. I have done the "Simple Snowman" challenge, the "Waving Snowman" challenge, and the "Sunny Snowy Day" challenge (I still have to post the last two but I'll do that after this post). I am currently working on the "What's for dinner?" spin-off.


What have you learnt?

This week I have learned how to
  • draw a circle ((hint: ellipse(x, y, w, h); fill in the blanks))
  • draw a rectangle ((hint: rect(x, y, w, h); fill in the blanks))
  • draw a line ((hint: line(x1, y1, x2, y2); fill in the blanks))
  • colour in a shape ((hint: fill(r, g, b); fill in the blanks))
  • colour in a background ((hint: background(r, g, b); fill in the blanks))
  • colour the outline to shapes ((hint: stroke(r, g, b); fill in the blanks))
  • change the thickness of lines and outlines ((hint: strokeWeight(thickness); fill in the blank))

What was your first impression of Coding and how has it changed?

My first impression and my thoughts on Coding now, have not changed. I find Coding fun with the right amount of challenge. I like Coding.


No comments:

Post a Comment