Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make a timer
- iluvegames
-
76 posts
How to make a timer
My question is in the subject, how do you make a timer for a project? (give the player a set amount of time to complete an action/the project)
- colinmacc
-
1000+ posts
How to make a timer
This will give you 60 seconds before the “Out of Time” broadcast is sent.
To see how many seconds are left, display the “Time Left” variable.
To see how many seconds are left, display the “Time Left” variable.
Last edited by colinmacc (Feb. 27, 2019 15:41:46)
- iluvegames
-
76 posts
How to make a timer
Ok, the timer works. Now how am I supposed to freeze the timer if the task is completed before the timer ends?
- user_Matteo
-
43 posts
How to make a timer
make a variable that gets set to 1 once the task is completed and then use this script (@colinmacc 's script)
success with your project!
in theory this should work
success with your project!
- TornadoAlleyU
-
9 posts
How to make a timer
Last edited by TornadoAlleyU (Nov. 8, 2021 16:54:00)
- Discussion Forums
- » Help with Scripts
-
» How to make a timer