In this minilab, you'll steer a boat to get the treasure on Treasure Island.
You will edit the Sailboat sprite in order to have it follow your mouse slowly. The user will steer the boat around the island to get the treasure. In order to show if the player has won or lost, use conditional statements to check if the boat has crashed into the island and wrecked or if it has reached the gold coins.
What you'll learn
- Use move blocks.
- Use conditional (if) blocks to check if the sprite is touching certain colors.
- Use look blocks to indicate whether the ship wrecked or reached the coins.