Discuss Scratch
- Discussion Forums
- » Suggestions
- » Suggestion: Start Timer and Stop Timer blocks
- dr3w8
-
Scratcher
100+ posts
Suggestion: Start Timer and Stop Timer blocks
I'm not sure where suggestions should go, so I apologize if this is in the wrong forum.
The Suggestion:
Make a “start timer” block and a “stop timer” block (or make just a “toggle timer” block).
The block(s) would start or stop the timer “variable” (in the Sensing category).
The Suggestion:
Make a “start timer” block and a “stop timer” block (or make just a “toggle timer” block).
The block(s) would start or stop the timer “variable” (in the Sensing category).
Last edited by dr3w8 (Feb. 13, 2013 23:35:56)
- GRAVITY_GUY02
-
Scratcher
4 posts
Suggestion: Start Timer and Stop Timer blocks
I made a simple tutorial how to pause timers. Here is the link: http://scratch.mit.edu/projects/20816489/
- Kyle2Death
-
Scratcher
100+ posts
Suggestion: Start Timer and Stop Timer blocks
I made a simple tutorial how to pause timers. Here is the link: http://scratch.mit.edu/projects/20816489/
Lol. But it is in seconds. I figured it out in 5 seconds, in my own project lol.

Last edited by Kyle2Death (April 16, 2014 20:47:52)
- Deerleg
-
Scratcher
1000+ posts
Suggestion: Start Timer and Stop Timer blocks
This should be in Suggestions.
- mathfreak231
-
Scratcher
1000+ posts
Suggestion: Start Timer and Stop Timer blocks
Here's an accurate way to do it using Scratch's very accurate timer:
User:Mathfreak231/Stoppable Timer
(it's a WIP, that's why it's in my userspace)
User:Mathfreak231/Stoppable Timer
(it's a WIP, that's why it's in my userspace)
- spgame05
-
Scratcher
100+ posts
Suggestion: Start Timer and Stop Timer blocks
Support!
I think it will be useful.
I think it will be useful.[stop v] timer :: sensing stack
- seanbobe
-
Scratcher
500+ posts
Suggestion: Start Timer and Stop Timer blocks
no support as that would represent stopping time itself. nobody nor nothing can do that (except maybe a time machine
)
)- 1234abcdcba4321
-
Scratcher
1000+ posts
Suggestion: Start Timer and Stop Timer blocks
Support, suggested this before.
- Charmind
-
Scratcher
500+ posts
Suggestion: Start Timer and Stop Timer blocks
workaroundable
when green flag clicked
forever
wait (0.1) secs
if <(timer.stat_001) = [ON]> then
change [timer_001 v] by (0.1)
end
end
- JC20092009
-
Scratcher
500+ posts
Suggestion: Start Timer and Stop Timer blocks
Support. We should reach out to the Scratch Team. How do we get this topic noticed?
- JC20092009
-
Scratcher
500+ posts
Suggestion: Start Timer and Stop Timer blocks
no support as that would represent stopping time itself. nobody nor nothing can do that (except maybe a time machine)
Easy there, seanbobe. This is just a convenience on the Internet. It’s not a matter of whether of it “represents” something or not.
Scratch has a “reset timer” button. Why can’t we toggle the timer?
- ResExsention
-
New Scratcher
1000+ posts
Suggestion: Start Timer and Stop Timer blocks
Workaround.
If you need to start it again just reset the timer and use a wait until block. Not sure if using this in a custom block running without screen refresh will work – you can just pause the entire project, though.
set [timer pause v] to (timer)
If you need to start it again just reset the timer and use a wait until block. Not sure if using this in a custom block running without screen refresh will work – you can just pause the entire project, though.
- scratch978654
-
Scratcher
100+ posts
Suggestion: Start Timer and Stop Timer blocks
Support. We should reach out to the Scratch Team. How do we get this topic noticed?This topic is seven years old so please don't bump it up.
- BearSlothCoding
-
Scratcher
1000+ posts
Suggestion: Start Timer and Stop Timer blocks
Necroposting doesn't exist in the suggestions forum as long as you're constructive.Support. We should reach out to the Scratch Team. How do we get this topic noticed?This topic is seven years old so please don't bump it up.
- Super_Scratch_Bros20
-
Scratcher
1000+ posts
Suggestion: Start Timer and Stop Timer blocks
This is a duplicate.
Please continue the discussion in the link above. That way, the conversation sticks in one place, rather than being scattered across the forums.
Please continue the discussion in the link above. That way, the conversation sticks in one place, rather than being scattered across the forums.
- Discussion Forums
- » Suggestions
-
» Suggestion: Start Timer and Stop Timer blocks















)


