Tuesday
In 1520 Portuguese navigator Ferdinand Magellan begins crossing the ocean. Create a picture of him crossing the ocean in a ship. Example below:
Subject: Picture of Ship Crossing the Ocean
the sprite say "Have a nice day"
Scratch Assignment 7
Open a new project and delete the cat
by right clicking on it and delete.
Go to the man with the hair and pick the "ghost-2" sprite.
Go the the man with the hair again and pick the "wizard" sprite.
Move the ghost sprite to the left of the wizard.
Click on the Ghost at the bottom of the screen.
Go to "Control" and move the "repeat until" piece to the right.
Put it below the "when (green flag) is clicked" button.
Go to "Sensing" and drag the"touching (down arrow)" piece.
Put it in the open space in the "repeat until" piece.
Change the down arrow to "touching wizard."
Go to "Motion" and drag the "move 10 steps" piece and put
it in the "repeat until" loop.
Drag the "set color effect to 0" button and drag it
BELOW the "repeat until" loop.
Hit the green flag and the ghost should move until it runs into the wizard,
then change colors.
Subject: Scratch 7