Scratch Lab #1
Name: Matthew Moorehead
Period: 7
Assignment: Lab #1
Lab Overview
This lab was the first lab that we ever created on scratch. I was required to make the sprite walk to each corner of the page and rotate each time it walked towards a new corner. It needed to end up facing the same direction that it started in.
My Solution
To solve this, I first made the sprite start in the bottom left of the screen by using the go to command. Then, I made it glide to the right corner by placing coordinates towards the bottom right. Then I made it rotate 90 degrees and continued to do that at each corner it reached.