Discuss Scratch
- Discussion Forums
- » Suggestions
- » Break Control Block
- Vract0
-
100+ posts
Break Control Block
Note: This is a duplicate. Please continue the discussion here.
The break block would be used to exit out of a loop and is present in many text-based coding languages.
This could be used in the following example.
In the example, the script adds a random number to the Random Number variable every iteration, but if it sees that the number about to be added is 6, then it breaks(exits) out of the repeat loop.
The break block would be used to exit out of a loop and is present in many text-based coding languages.
This could be used in the following example.
In the example, the script adds a random number to the Random Number variable every iteration, but if it sees that the number about to be added is 6, then it breaks(exits) out of the repeat loop.
Last edited by Vract0 (Feb. 24, 2021 17:37:24)
- E_Equals_EmCeCube3
-
1000+ posts
Break Control Block
It looks like this suggestion has been proposed before in this topic.
Feel free to continue the discussion there in order to keep individual suggestions organized and in one topic.
Feel free to continue the discussion there in order to keep individual suggestions organized and in one topic.

- Vract0
-
100+ posts
Break Control Block
this topic.Ok, Thank you, I will be reporting this to be closed. It looks like this suggestion has been proposed before in
Feel free to continue the discussion there in order to keep individual suggestions organized and in one topic.
- Discussion Forums
- » Suggestions
-
» Break Control Block