While: Difference between revisions

From PenguinMod Wiki
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1:
{{Blocks|block_img=<gallery>
Block 5 1 2023-6 20 27 PM.png|Block
scratchblocks3Block_11_26_2023-4_52_55_PM.png|Workaround
</gallery>|block_type=C-Shape Block|category=Control|caption-block_img=|status=Turbowarp Block}}
 
The while block is a c-shaped block that runs the inverse of the boolean inside it. This block infact is in vanilla Scratch but got removed in the Scratch 3(3.0) update, but is still usable as a hidden block. Turbowarp has added it to their toolbox and so has PenguinMod.
 
== Workaround ==
This block can be worked around using ‘repeatrepeat until <not< >>’. `
<!-- While is hidden on scratch but from TurboWarp u can get it also PenguinMod are .pmp not like scratch or TurboWarp that are .sb3 -->
 
[[Category:Control Blocks]]
[[Category:C-Shape Blocks]]

Latest revision as of 23:51, 28 November 2023

While
...
[[File:|200px]]
Block Type C-Shape Block
Category / Extension Control
Status

The while block is a c-shaped block that runs the inverse of the boolean inside it. This block infact is in vanilla Scratch but got removed in the Scratch 3(3.0) update, but is still usable as a hidden block. Turbowarp has added it to their toolbox and so has PenguinMod.

Workaround

This block can be worked around using repeat until <not< >>’. `