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.

Scratch works on a grid, and places coordinates accordingly.

No comments:

Post a Comment