What I've Done This Week:
This week, I've been doing coding on Khan Academy. So far, I have completed 7 challenges/ projects so far. I am only done 18% of all assignments on this website. That's a lot left. Right now, I have completed up to the part where they teach you how to animate. I have completed 2 animations so far, which aren't on my blog yet, for the section of animation isn't completed yet.
What I've Learned:
Circle: The code for a circle is; ellipse( x, y, w, h); X&Y are where the circle is located, w&h are for how long and tall the circle will be.
Square: Code = rect(x, y, w, h, *r); r is optional. r stands for Radius. This changes how round the edges are.
Line: Code = line( x1, y1, x2, y2); x1&y1 shows where the line starts and x2&y2 shows where the line ends.
Colour of Items: Code = fill(000, 000, 000); You can change the colour by changing the numbers.
Colour of Background: Code = background(000, 000, 000);
Capturing Animations: Download Chrome Capture onto your computer, Click the Icon in the top right corner, drag it over your animation, click record, once you're done click stop recording.
My Opinion:
My opinion of Khan Academy is that I like it. I enjoy coding the way they make you. I also like how the teach you how to code via video with commentary. This is the best way for me to learn something, so I'm glad they teach you this way. Coding this way isn't too much of a challenge which is nice. Things like animation can get pretty difficult, but trust me, you'll figure it out. I would recommend Khan Academy to anyone who wants to learn Coding.

No comments:
Post a Comment