Discuss Scratch
- Discussion Forums
- » Suggestions
- » "Repeat for ___ secs" blocks
- michaeljackson1365
-
1000+ posts
"Repeat for ___ secs" blocks
no support: there are a bunch of ways to work around this suggestion
- Toodchop
-
100+ posts
"Repeat for ___ secs" blocks
Semi-Support: It can be useful, but there's an easy workaround for it.
reset timer
repeat until <(timer) = []>
end
Last edited by Toodchop (Aug. 2, 2025 13:50:44)
- jeffnp
-
100+ posts
"Repeat for ___ secs" blocks
Scratch runs at 30 fps, so couldn't you just do
repeat ((seconds) * (30))
end
- Haycat2009
-
100+ posts
"Repeat for ___ secs" blocks
You mentioned that there are many workarounds. But there is only one timer. SO if a project needs more than one of these, its in trouble.
- Discussion Forums
- » Suggestions
-
» "Repeat for ___ secs" blocks