Discuss Scratch

327054
Scratcher
35 posts

How do you make a timer?

I'm making a project that needs a countdown timer (is that what it's called fhgkjfhdkghs) so if you know a script, let me know, thanks
Vibrato
Scratcher
1000+ posts

How do you make a timer?

settimervarto30repeatuntiltimervar=0changetimervarby-1/30
SuperScratcher_1234
Scratcher
100+ posts

How do you make a timer?

You can use the built in timer block or:
whenclickedsetcountdownto10 Can be whatever you want (in secs)repeatuntilcountdown=0wait1secschangecountdownby-1
327054
Scratcher
35 posts

How do you make a timer?

Vibrato wrote:

settimervarto30repeatuntiltimervar=0changetimervarby-1/30
thanks!
327054
Scratcher
35 posts

How do you make a timer?

SuperScratcher_1234 wrote:

You can use the built in timer block or:
whenclickedsetcountdownto10 Can be whatever you want (in secs)repeatuntilcountdown=0wait1secschangecountdownby-1
thanks!

Powered by DjangoBB