the fastest loop ever in scratch hi- speed almost 7500+ loops in 1 sec Not suitable for pen if the drawing/ anything changes! fastest for 1 block loop if you want another loop then follow instructions down ____________________________________________ Make another loop:- 1-Go to my blocks create a block named forever (and add any character to it so, it will be easy to find out which it belongs to) 2- add any block which should repeat forever in define forever 3- make a block with name redirect to forever 4- add "forever" custom block (which you made at first) in define redirect to forever 5- Add "redirect to forever" custom block at the bottom of define forever 6- add forever after green flag clicked or any other block
useful for calculators eg prime no's, factors, etc How this works- - Scratch's loop has a limit for loops per second, it has limit so the project's editor view doesn't lag when a scratcher sees the code of a project - whereas a custom forever loop has a less limit and easy to use and some times may lag:( setting a limit