Scratch Lab #8

Name: Yohannes Dagne

Period: 7

Assignment: Lab #8

Lab Overview

The finch robot has the above blocks built in. However, these are not very useful for commands like “turn left”.Using the blocks that you created from part 1-A, solve the following problems: Create a program that makes the finch move in a square. The square should be roughly 2 feet on each side. Further, the finch’s beak should light up different colors on each side of the square. Challenge: after it has completed a square, have the finch complete the square backwards. Using the positions of the finch () have the finch say something (school appropriate) in each orientation. That is, when the beak is placed down have the finch say “my beak is down”. Note: This will come from the speakers in the computer, not the finch itself Have the finch move until it detects an obstacle. It should then back up, turn around and go the other way. Write code that has the finch complete a figure 8. Challenge: once it has done a complete figure 8, have it return backwards.

My Solution

I completed the required tasks that each problem asked me to do.

Prob. 1

Problem 1