Discuss Scratch
- Discussion Forums
- » Suggestions
- » My block - continue script
- Umhead22
-
100+ posts
My block - continue script
It adds besides “Run without screen refresh”, an option “Continue script”.
It will continue main script, where my block is conected without pausing main script when running it
It will continue main script, where my block is conected without pausing main script when running it
- Blue_Retro_Dragon
-
500+ posts
My block - continue script
Why wouldn't you just select the “run without screen refresh”? As that runs the custom block instantly and the main script is not “paused”.
- SpyCoderX
-
1000+ posts
My block - continue script
So this is basically creating a new thread to run code asynchronously (separate from main code/thread)?
Couldn't you use a broadcast with a custom block under it?
Couldn't you use a broadcast with a custom block under it?
(#2)What if you wanted to have a forever loop in the custom block? Or make it wait 3 seconds after its been called to do something?
Why wouldn't you just select the “run without screen refresh”? As that runs the custom block instantly and the main script is not “paused”.
Last edited by SpyCoderX (March 31, 2025 16:13:11)
- bubgamer07
-
100+ posts
My block - continue script
what about inputs So this is basically creating a new thread to run code asynchronously (separate from main code/thread)?
Couldn't you use a broadcast with a custom block under it?
Last edited by bubgamer07 (April 1, 2025 17:20:59)
- Umhead22
-
100+ posts
My block - continue script
If you use repeat loop or repeat until blocks? Why wouldn't you just select the “run without screen refresh”? As that runs the custom block instantly and the main script is not “paused”.
- Discussion Forums
- » Suggestions
-
» My block - continue script