Friday, 23 September 2016

What's for dinner- Khan Academy



Project:





Evaluation:


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




Friday, 16 September 2016

FRIDAY POST - Sept 16 2016

What did you do this week?

 Pivot: we started to create re-enactment of the Scott Sterling, a fictional character who took 5 hits to the face with a soccer ball in a viral video. We are taking photos from Google Images and then inserting them in our animations.

 What did you learn? 

 I have learn commands that help me animate faster and more efficiently than before. I also knew how to make more realistic walking animations by watching this:



 What is your opinion?  

Pivot, an animation software help people who want to animate but do not have the tools or experience. In my opinion, it is a good software that is a stepping stone for people who want a good start on animating.

Thursday, 8 September 2016