Countdown
Exercise: countdown
Write a script that makes the sprite count down from 10 to 1. Use a variable named . Use the same methods you used for changing the tempo.
Hints
- You need to use the repeat block.
- You need to use this piece
, which you will find in the “Looks” tab.
- Replace “Hello!” with your variable
.
- There are 3 different ways you can get the
to decrease by 1: