Login

Fancade Wiki

Moved the image to the top of the page

... ...
@@ -1,3 +1,5 @@
1
[[/uploads/Loop1.png|width=336px,alt=Loop]]
2
1 3
The Loop block is used to run a script multiple times in the same frame. Often used for processing every element in a [[list|List Element]].
2 4
3 5
Inputs
... ...
@@ -8,8 +10,6 @@ Outputs
8 10
- Do: Plug this to the script that you want to run for every loop.
9 11
- Counter: Outputs the current loop number counting from the Start value. If the Start value is greater than the Stop value, it counts down instead of up.
10 12
11
[[/uploads/Loop1.png|width=336px,alt=Loop]]
12
13 13
## Notes
14 14
15 15
- The counter always steps by 1 (or -1, if Start is greater than Stop)
Fancade Wiki