Discuss Scratch
- Discussion Forums
- » Suggestions
- » Repeat until stop sign is clicked
- Knightbot63
-
1000+ posts
Repeat until stop sign is clicked
This is just a repeat until block without clicking the stop sign.
- medians
-
1000+ posts
Repeat until stop sign is clicked
This is just a forever loop but the code can run after the stop sign is clicked. Which makes it rejected. This is just a repeat until block without clicking the stop sign.
- medians
-
1000+ posts
Repeat until stop sign is clicked
How exactly is that off topic? It's a workaround to this block..off topic and the workaround breaks projects that use timer blockwhen green flag clicked // thing that makes the stop sign clicked block work
forever
reset timer
end
when [timer v] > (0.001) // the stop sign clicked block
-insert code here- :: control
- Paddle2See
-
1000+ posts
Repeat until stop sign is clicked
If you are proposing anything that runs after the stop sign is clicked (which it sounds like you are doing), then this is rejected for reasons already spelled out on your previous topics.
- Discussion Forums
- » Suggestions
-
» Repeat until stop sign is clicked