Scratch Sprite Race
You will create a program that makes sprites race against each other. The primary goals of this exercise are to give you practice with conditionals and random numbers.
In order for the sprites to go at different speeds, you will pick a random number of steps for each one to move at every step. There should be a way for every sprite to indicate that it is done though you don’t necessarily have to declare who the winner is. If you do want to declare a winner, you can use “Stop All” to make sure all other scripts stop once one of them have won. There are other ways to do this, too, so experiment!
Minimum requirement: sprites must each move at a random pace. There must be some way for sprites to indicate they have crossed the finish line.
As usual, I expect you to work and explore Scratch all period.




