Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Help - i’m Stuck in a forever loop
- PennyTheGoose
-
New Scratcher
1 post
Help - i’m Stuck in a forever loop
I accidentally attached a forever loop around 16 blocks and I can’t get it off without deleted all 16 blocks. How can I just remove the forever block?
PennyTheGoose
- CodeBudz
-
Scratcher
3 posts
Help - i’m Stuck in a forever loop
just drag the first block in the forever loop to remove everything within it.
- imfh
-
Scratcher
1000+ posts
Help - i’m Stuck in a forever loop
Try taking the blocks out of the loop by dragging the top block to the side. Then remove the forever loop and put the blocks back.
when green flag clicked
forever
go to x: (0) y: (0) // Drag this block
turn cw (5) degrees // and the rest should follow
move (10) steps // so you can remove the forever loop
end
- Discussion Forums
- » Help with Scripts
-
» Help - i’m Stuck in a forever loop