ScratchData LogoScratchData
Back to Blue_In_Time's profile

Forever loop without forever

BLBlue_In_Time•Created December 28, 2020
Forever loop without forever
1
1
6 views
View on Scratch

Instructions

This project makes Scratch Cat glide to a random position forever, without using a forever block. ----------------------------How it works---------------------------If you have a when green flag clicked, broadcast x (x is whatever you name your broadcast), then, in a different piece of code, a when I receive x, broadcast x (the same broadcast), anything below that broadcast x will not run, as the code will broadcast x and run the when I receive x again, going back up, and it loops forever. But any code that is between the when I receive x and the broadcast x will run forever, because of what I explained above. You can test this yourself. The instructions are in the sprite. Notice: There's a wait 1 second block before the cat starts gliding, don't ask me to remove it. I want it that way.

Project Details

Project ID468315127
CreatedDecember 28, 2020
Last ModifiedMay 19, 2022
SharedDecember 28, 2020
Visibilityvisible
CommentsAllowed