Friday, 23 September 2016

FRIDAY POST - Sept 23 2016


What did you do this week? 

I practice coding and finished off my pivot animations.

What is the website? 

https://www.khanacademy.org/

Which assignments have you done so far?

I have done 2 assignments. (Both were the snowman assignments.)

What have you learnt? 

I have learnt easy stages of coding such as drawing and coloring.

How do you draw a circle?

ellipse(x,y, width, height);

How do your draw other items?

rectangle: rect(x,y, width, height);

triangletriangle(x1, y1, x2, y2, x3, y3)

fill/paint in: fill(color numbers);

How do you capture an animated gif?

You download Mediacore Capture and then record. Then save it and go to the html of the blog .

<video controls="controls" height="480" src="http://dl.dropbox.com/s/ctxx971i6ig6pvl/tastyTomato.webm" width="640"></video>

(paste it with your dropbox link.)




No comments:

Post a Comment