While Chip
Simple, looping chip that continues to execute a line of chips while a boolean is true.
Would have three sections:
The in execute (where you trigger it to start)
an in boolean (that checks to see if said boolean is true before running)
and a secondary "complete" in execute (you take the out execute of the last chip in the loop and attach it here so the chip knows to check the boolean for true and execute the loop again if it is true).
Then one out, an out execute to move on to another set of chips.
This was a very very useful chip in Scratch and would be a nice to have here :D
-
Could be really usefull, good suggestion 👍
1 -
Thanks Bouriquet!
0 -
Just use a if chip? or make a loop?
0 -
make your own with ints and if statements
0
Please sign in to leave a comment.
Comments
4 comments