Wednesday, April 29, 2020

Shooting Star



WHAT I DID
I made a shooting star that gets bigger and
closer also that changes colour.
WHAT I LEARNED
I learned how to move the shape from one
position to the other by using xpos and ypos.
I also learnt how to change the colour of the star
by using sunRed, sunGre, sunBlu.
WHATS NEXT
I am going to learn how to make interactive code.
PHOTO




Monday, April 27, 2020

Parting Clouds



WHAT I DID
In this hour I started the lesson 
"Animation Basics". I did the "Parting Clouds.
WHAT I LEARNED
I learned how to animate code using "draw = function() {};.
To make an animation you use this code. 

Anything you put
between the code will repeat, 

therefore becoming an animation.
Then to make the size get larger or for 
the object to move I used X-=;. You put a 
number after the "=" and it makes it that much bigger every time.
WHATS NEXT
In the next hour, 
I will be finishing the "Animation Basics" lesson.
PHOTO



Funky Frog



WHAT I DID
In this hour I completed the lesson of "Variables." I finished 
the Funky Frog challenge.
WHAT I LEARNED
II learned how to use the "var" code in more depth but this time 
it was for changing the position and not the size. It can be used 
for the values of x and y as seen in the code below. I used this for 
the frog so I could move the whole thing at once instead of having
to move each part of the frog.
WHATS NEXT
In the next hour I will be starting the "Animation Basics" lesson.
PHOTO



Bucktooth Bunny



WHAT I DID
I made a bunny with a sunny
background.
I changed the colour of 
body, feet, and arms
WHAT I LEARNED
I already knew how to make the circles but this time 
I altered them to make a longer body and made ovel arms. 
I also learned how to change the size of the eyes
WHATS NEXT
Next, I'm going to make a funky frog.
PHOTO



Sunday, April 19, 2020

Whats for dinner




WHAT I DID
I made a pizza some watermelon and also
 a potato on a plate and then added some colour to them.
WHAT I LEARNED
I learned how to make different shapes using
"triangle(x1,y1,x2,y2,x3,y3);" and also using 
"strokeWeight(thickness);" to change the size of the stroke.
WHATS NEXT
Next, I'm going to make a bucktooth bunny
PHOTO



Thursday, April 16, 2020

Sunny Snowy Day



WHAT I DID
I added a sun into the background and
changed the sky to blue and also had grass on the ground
WHAT I LEARNED
I learned how to distribute colours to
certain shapes and objects
WHATS NEXT
Next I'm going to learn how to
curve objects and make food items
PHOTO



Waving Snowman



WHAT I DID
I added arms to the snowman by using the line command.
I've also added on a
rectangular floor for the snowman to rest on.
WHAT I LEARNED
I learned how to use the "ellipse": code to create circular
shapes. Also, I learned to use "rect" to make rectangular and square shapes.
Lastly, I learned how to use "line" to create lines.
With these commands, I ended up creating a 
snowman waving.
WHATS NEXT
We are learning how to add
more colour in unique ways.
PHOTO



Exploding Sun



WHAT I DID
In this hour I did the Exploding Sun Project
WHAT I LEARNED
I learned the same thing as last project and 
that was how to animate code using "draw = function() {};.
To make an animation you use this code. 

Anything you put
between the code will repeat, 

therefore becoming an animation.
Then to make the size get larger or for 
the object to move I used X-=;. You put a 
number after the "=" and it makes it that much bigger every time.
WHATS NEXT
In the next hour, 
I will be finishing the "Animation Basics" lesson.
PHOTO





Wednesday, April 15, 2020

Khan Academy "Challenge: Simple snowman"




WHAT WAS EXPECTED

In Khan Academy, 
I was asked to make a simple snowman.

WHAT I DID

I made 3 white circles for the body.
I myself added on extra attributes, 
I've added some eyes, a mouth, 
and some buttons on the center circle.

WHAT I LEARNED

I learned how to make circles and 
how to change the shape and the positioning of it
Circles are made by using the "ellipse(X,Y,W,H);"
Also putting fill(); before a shape to change the colour of it.
Putting background(); at the very top of the code changes the whole background in the back.
NEXT UP

Next, we are making a waving snowman.
FINAL PROJECT