ScratchData LogoScratchData
Back to Tutor-42's profile

Custom Block - run without screen refresh

TUTutor-42•Created September 10, 2019
Custom Block - run without screen refresh
0
0
8 views
View on Scratch

Instructions

* Normally Scratch pauses each time it reaches the end of a repeat loop and updates the screen. * But Scratch does not pause to update the screen inside "run without screen refresh" custom blocks. - Press <1> to draw each pattern fast as each is drawn in a "run without screen refresh" custom block. - Press <2> to draw each pattern line by line as drawing does NOT use "run without screen refresh". Press <3> to draw all the patterns together from inside a super "run without screen refresh" custom block.

Description

You should use "run without screen refresh" custom blocks in your projects whenever you want to do a lot of drawing before the screen is updated. See this tutorial: https://scratch.mit.edu/discuss/post/3680406/ Note: A custom block with "run without screen refresh" may call other custom blocks from its script. Then Scratch will make those custom block also run without screen refresh!

Project Details

Project ID328123591
CreatedSeptember 10, 2019
Last ModifiedSeptember 12, 2019
SharedSeptember 12, 2019
Visibilityvisible
CommentsAllowed