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