Thursday, January 29, 2015
Monkey game
My Blog Probably Sucks: The "When ___ key is pressed" Buttons control what...: The "When ___ key is pressed" Buttons control what buttons move the sprite, and the steps button counts the movement. No, the bana...
The "When ___ key is pressed" Buttons control what buttons move the sprite, and the steps button counts the movement.
No, the banana shows up in different places.
This is caused by the pick random block, which picks a random place.
The variable is points.
The "Change points by _"variable changes the points.
No, the banana shows up in different places.
This is caused by the pick random block, which picks a random place.
The variable is points.
The "Change points by _"variable changes the points.
Programming Assignment 7
A variable in math is an option that effects the outcome of a problem, and in english the outcome of the situation. When I hear if, it reminds me of different options per given situation. Like, if you play basketball, you are an athlete.
Wednesday, January 7, 2015
Computational Input
Computers run off of certain different codes that list somewhat specific commands that the computer follows.
Tuesday, January 6, 2015
Programming assignment 3
All 3 animals move across the visible screen.
When green flag is clicked and XY coordinate buttons are used on all 3.
The cat uses a repeat and a step block, moving as if it was a gradual glide, instead of a single continuous one, which requires a certain
The dog uses the go to box, which instantly moves it to the required destination, because it only moves the sprite as destined instead of taking a path.The monkey uses a glide block, that moves it to a required point over a certain specified amount of time, which is the purpose of said block.
When green flag is clicked and XY coordinate buttons are used on all 3.
The cat uses a repeat and a step block, moving as if it was a gradual glide, instead of a single continuous one, which requires a certain
The dog uses the go to box, which instantly moves it to the required destination, because it only moves the sprite as destined instead of taking a path.The monkey uses a glide block, that moves it to a required point over a certain specified amount of time, which is the purpose of said block.
Scratch works on a grid, and places coordinates accordingly.
Subscribe to:
Posts (Atom)