Project 548: Homeward Bound

11. (Extra) Make Animals Say "Yay!" When They Get Home

Add blocks to your code so that when each robot car brings its animal home, it says something happy, like "Yay" or "I'm home!".
Starting point file for this challenge

Your goal

Steps

1. Add a "say ____ for __ seconds" block

Get a purple "say ____ for __ seconds" block from the "Looks" tab and add it to the code in one of your animal sprites between the "repeat until" and the "hide" blocks.

Replace 'Hello' with what you want the animal to say when they get home.

2. Add to the other animals

Put the code from step 1 in all of the different animal sprites.