Countdown
Notes
- Build a simple program that counts down from ten to zero
- Use a variable called countdown
- Set the variable to a starting value
- Repeat a loop until the variable is below an ending value
- Wait one second inside the loop
- Broadcast a message when loop is finished
- Timing loops should happen inside stage scripts - not sprites
- Note there is a built-in timer, but it's a bit different
Blackbelt Challenges
- Adjust the start and end points to your needs
- Use the built-in timer object for comparison