Sunday, May 31, 2020

Sketchup lesson 4

so here is my creation of the first object that was made by him in the tutorial.(I didn't color it because I didn't know if we were suppose to.)

after I made that one I made my own. It really wasn't anything crazy im not gonna lie. anyway heres a couple screenshots of it when its done and one with writing on the side. I wrote datcha poodle on it because poodles are sick. and its a saying I say.






Wednesday, May 20, 2020

sketchup lesson 3

heres my cube I made, I wasnt sure if adding textures to the cube would throw something off in the 3d printer so I just colored it with normal colors.


sketchup lesson 2

heres my first Rubiks cube, on your blog you send colour it with marble texture but I searched through the colour options and i couldnt find a marble texture so I just used normal colours. anyway here it is
after I made the first one i kinda just pasted the first one and fiddled with it and added another column of squares to make the second one. still couldnt find the marble texture though.

sketchup lesson 1

I was very confused because the picture on your blog is different then what he did in the tutorial so i just did what he did in the tutorial and added my own colours.
heres the first pattern we were suppost to create with our blog. i added a tile texture to make it look like tiles.
heres the last pattern. it looks like its the same texture as the last one but its differnt.

Friday, May 1, 2020

8th hour of coding

and this is my 8th hour of coding. this is really getting old.... anyway i started this hour by starting a new lesson after finishing my last lesson. this lesson was looping. this lesson taught me how to repeat something over and over again. after watching a video to introduce myself to loops I started my first challenge which was to create a "loopy" ruler. at the top of the canvas it gave me a bunch of random numbers that i had to make evenly spread out at the top. I fixed these numbers by using a variable and a "while" code. after fiddling with the code and fixing the x axis line i had to do the same thing for the y axis. after doing it for the x axis it was easy for the y axis. here's the result.
after doing this challenge I went onto the next one. this was to basically do the same thing but for a "landscape. I did some code and moved the looped the landscape so it went across the bottom of the canvas. here's the end of that challenge
my next challenge was to create lined paper. this one was quiet easy actually. the program gave me the x axis lines so all I had to do was make the y axis lines. heres the finished product of the lined paper
to complete this lesson i had to do one last project and it was to build a house. the program gave me most of the house already all i had to do was make a loop for windows, and change the color of the house. this project was way more pleasent then the 8 ball. heres the finished product of the house
What i did this hour
start the "looping" lesson. and finish it.
specific things i learnt
learnt a couple lines of code to loop things like the "while" line.
what i will do next hour
hopefully nothing... just kidding. continue on the course of computer programming. only a couple more and im done!!!

7th hour of coding

I started this hour continuing the lesson "if statements and logic" my continuing challenge i have to complete for the lesson is to make a flashy flash card. what I had to do for this challenge was make a question for the flash card, and then make a line of code which whenever the card was pressed the card would show the answer. heres the screenshot of the flash card with the question on it.

 after this challenge I was forced to make something disgusting.... it took way to long.. i was getting so frustrated with it actually because of how much code i had to write for it to work. I had to make an 8 ball that gave me yenno, a yes or a no answer, but the centre of the 8 ball was a button that changed colour and answer every time I clicked it. after about 45 minutes of getting pissed off i finally finished the challenge. heres a couple of screenshots of the result
and that concluded the hour because it took so damn long to finish that 8 ball.
I would do the titles but for the fact that this hour was kind of just finishing two challenges you can tell what i did. but I can tell you that next hour im definitly gonna try and not do as much on the final challenge of the lesson because i dont know if i just put alot of effort in it but I got super angry. anyway till next hour. peace.

6th hour of coding

at the beginning of this hour I moved on to the lesson "Logic and if statements" after watching my first video on if statements I was posed with a challenge to make a bouncing ball go up and down the canvas like it was bouncing. I did this by adding an "if statement" and using coordinates. heres the screenshot of me completing the challenge.
after i completed that challenge I immediately got into another challenge which basically made me make a paintbrush with my mouse out of circles. wherever i held my mouse and moved it, it would paint circles over and over again really quick to make it seem like it was a paintbrush. I didnt paint anything nice lol. 

 after i completed that challenge for "Logic and if statements" I continued onto my next challenge which was number analysis. basically this challenge was to make a statement which made a box around "positive, negative, or zero" depending on what number was posed. heres the result when i made the number negative
after that challenge I moved onto making my first button. all the button did was change color when i pressed it. the code proves it works i just didnt want to make videos of me clicking the button. heres the result
i finished all those challanges fairly quickly because they werent actually that hard so I decided to do five this hour. my next task was to make the button better. the button now wasnt the whole canvas. and my task was to make it so i had to press inside the box (the button) for it to do anything. heres the code and the button
and that concluded my hour of coding. 
What i did this hour
moved onto "logic and if statements" lesson
Specific things i did
learn "if statements" also figured out how to make a button with inner coordinates 
what i will do next hour
continue on my computer programming coding course