Would a wrap block that runs anything contained without screen refresh be possible? #1881
Answered
by
yuri-kiss
snowboyz0825
asked this question in
Q&A
-
For clarity, by "wrap" block I mean blocks like if, repeat, etc. |
Beta Was this translation helpful? Give feedback.
Answered by
yuri-kiss
Jan 23, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to 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.