Would a wrap block that runs anything contained without screen refresh be possible? #1881
-
For clarity, by "wrap" block I mean blocks like if, repeat, etc. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
btw the block you speak of is actually called "all at once" which exists and just doesn't work (unless your in scratch 2.0) yes its possible and has been done, @LilyMakesThings made a working version in her More Controls extension, and likewise you can also make a run with screen refresh block which just does the opposite. it is also possible internally with some compiler changes, its actually pretty simple if you look at the code. you could make an issue on the VM to "ask" for an implementation of it but I doubt it would go far. |
Beta Was this translation helpful? Give feedback.
btw the block you speak of is actually called "all at once" which exists and just doesn't work (unless your in scratch 2.0)
yes its possible and has been done, @LilyMakesThings made a working version in her More Controls extension, and likewise you can also make a run with screen refresh block which just does the opposite.
it is also possible internally with some compiler changes, its actually pretty simple if you look at the code. you could make an issue on the VM to "ask" for an implementation of it but I doubt it would go far.