play all?

Hello, could you make a play all button?
[scratchblocks]
|> play all :: control
[/scratchblocks]

What would this do?

Unpause. ex:
[scratchblocks]
<not ((|| pause all :: control stack) :: grey ring)>
[/scratchblocks]

If your project is paused, there is no script running, including the one that contains your block. You can of course run a script containing the block by clicking on it, but if you're going to click on something it might as well be the pause button, no?

They have a play button which appears when the program is paused.
The play all button would be good if individual scripts/threads could be paused.

1 Like

True.