How do I add 'Do...' in the loop

I’m trying to add ‘Do…’ in the action of the loop as the following.


But I’ve not found a proper way to do it yet.
I also wonder how to use the counter/index of the loop.
Please let me know in detail.

You have to create a scene or global variable, value to zero before the loop and add 1 each loop.
To add the loop go on the bottom right, press plus button and select the loop you need( for each instance or do n times)

2 Likes

Thank you. I get it now… That ‘Do = 0…’ is an old notation :cry:

1 Like