Is there a way how to get For Each Object loop's name?
+ System: For each Sprite
+ System: LoopIndex Equal to LoopLength("LoopsName") -> Do something
Develop games in your browser. Powerful, performant & highly capable.
It doesn't have a name. You can use just "LoopLength" without the parenthesis to get the current loop length.
How easy , thanks