Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » suggestion: C block for "run without screen refresh"
- bobbysq
-
100+ posts
suggestion: C block for "run without screen refresh"
The block would just run the blocks inside without screen refresh like in procedures. It would be in “looks,” “Pen,” or “Control”
- jvvg
-
1000+ posts
suggestion: C block for "run without screen refresh"
You can do that with custom blocks. I don't find it that necessary.
- bobbysq
-
100+ posts
suggestion: C block for "run without screen refresh"
Using a custom block is somewhat pointless if you want to use a script only once. You can do that with custom blocks. I don't find it that necessary.
- tlangster
-
100+ posts
suggestion: C block for "run without screen refresh"
Using a custom block is somewhat pointless if you want to use a script only once. You can do that with custom blocks. I don't find it that necessary.
Not always. In this scenario, for example, it has a point.
By the way, that's your solution.
- HistoryDude
-
2 posts
suggestion: C block for "run without screen refresh"
Proposed functionality is different from “Run without screen refresh” in custom blocks. Example would be
C block for “run without screen refresh”
broadcast “redraw all” and wait
(end of C block)
Which can redraw the screen only after all sprites take action. Currently, custom block with “Run without screen refresh” option does not tolerate any waiting/yielding.
C block for “run without screen refresh”
broadcast “redraw all” and wait
(end of C block)
Which can redraw the screen only after all sprites take action. Currently, custom block with “Run without screen refresh” option does not tolerate any waiting/yielding.
- turkey3
-
1000+ posts
suggestion: C block for "run without screen refresh"
The

block did exactly what you suggested, but was removed.

block did exactly what you suggested, but was removed.
- PhirripSyrrip
-
500+ posts
suggestion: C block for "run without screen refresh"
How long ago was that? The
block did exactly what you suggested, but was removed.
EDIT: Nevermind, checked the Wiki!
Last edited by PhirripSyrrip (Sept. 6, 2013 22:02:31)
- Discussion Forums
- » Questions about Scratch
-
» suggestion: C block for "run without screen refresh"