First I made a 5 by 5 cube and iit into a 3 by 3 grid with a 2' of space in between. Then I copied the 3 by 3 layer up two times. I colored it in and add the pillars.
I added on another row to the side to make it 4 wide then a row on top and a row on the back then recolor and readded the pillars
Today i learned how to loop code, this very useful and helps speeds up some coding instead of putting each line of code over and over. Next I will finsihed looping.
Today I did the Second part of If statements. Pretty much the same but with more steps and I also learn 'else' code for when i need multipe if statements.Next I'll be learning looping
Today I worked on If statements in js. During these assignments I learned how to active code if something is happening ex Mouse draws a circle if my mousebutton is pressed. And I also learn to use this with numbers like to check if the number was greater or less than zero ex rect 20,20,20,20 if number>0 Next Ill be doing part 2 of If Statements