top of page


Week:
Level:
Content:
Details:
4
Beginner
Scratch Motion Code Block Part Two
Introduction to more motion blocks
Add "go to x: ___ y: ___" code block to the code window, change the default x and y valuve to x: 30 and y: 40, observe the cat character movement then delete the code block
Add "glide 1 secs to random position" code block to the code window, change the default "1" to "5", observe the cat character movement then delete the code block
Add "point in direction 90" code block to the code window, change the default "90" to "180", observe the cat character movement then delete the code block
bottom of page