Discuss Scratch
- Quantum1993
-
500+ posts
A "Restart" -block
Semi-support, because this has a workaround using broadcasts, but would make it more simple. Hey
We have astop []But what you gonna do if you just want to shut all scripts down and restart the game?
You can't just usestop [all]because (logically) you can't put another block under this block.
So you need to mess around with messages.
this block would be easy to understand and i think it wouldn't be too
hard to implement it.restart
- lgrov44
-
500+ posts
A "Restart" -block
No support, I just don't feel the need to do this. The workaround seems simple enough and I am alrighty too used to the old-fashioned way, not that it shouldn't get updated but that I like this way.
- chriscreators14
-
500+ posts
A "Restart" -block
(#2)Maybe a drop-down? Hey
We have astop []But what you gonna do if you just want to shut all scripts down and restart the game?
You can't just usestop [all]because (logically) you can't put another block under this block.
So you need to mess around with messages.
this block would be easy to understand and i think it wouldn't be too
hard to implement it.restart
Options:restart [this script v]
restart [all v]
restart [other scripts in this sprite v]
restart [other sprites v]
restart [all v] :: control // this script, all, other scripts in this sprite
restart [all v] and stop :: control cap
click green flag :: events
click green flag and stop :: events cap
- -OctoSquid-
-
100+ posts
A "Restart" -block
Support, this could be used to automate those “double click green flag” projects which would be really convenient.
- Burn_Quartz
-
42 posts
A "Restart" -block
support! this would be super useful!
set [ double clicked? v] to [0]
when green flag clicked
change [ double clicked? v] by (1)
if <(double clicked?) = [1]> then
restart [ all v]::#ffab19
end
- medians
-
1000+ posts
A "Restart" -block
Some mockups:
restart [this script v]::cap control
restart [project v]::cap control
restart [other scripts in this sprite v]::stack control
restart [other sprites v]::stack control
restart [all in this sprite v]::cap control
- da-ultimate-creater
-
100+ posts
A "Restart" -block
Support. This will be really useful, and will also help beginners easily restart a project without having to manually click the green flag every time. Although there is a workaround, I think this would be much easier and simpler.
Maybe the block could be a bit more specific, like
Maybe the block could be a bit more specific, like
stop all and restart::control cap
- tagrim123
-
500+ posts
A "Restart" -block
This is for convenience, like binding a key to a menu that's shown at the start. Um whats wrong with clicking the green flagThis is a wild moderation note.
(excess characters removed by moderator - please don't spam)