ScratchData LogoScratchData
Back to Geometry-Dash-Dude's profile

while

GEGeometry-Dash-Dude•Created July 20, 2023
while
0
0
2 views
View on Scratch

Instructions

the while loop is used in many programming languages, but not in scratch. The while loop repeats until a certain condition is false. Press see inside to see what it means in Scratch. Ex: set [i v] to 0 while <(i) < 5> { say (item ((i) + 1) of [LIST v]) wait (1) seconds change [i v] by (1) }

Project Details

Project ID876019006
CreatedJuly 20, 2023
Last ModifiedJuly 26, 2023
SharedJuly 20, 2023
Visibilityvisible
CommentsAllowed