How would I Setup an action to repeat with x=1 up to the count of all instances of an object that exist in the layout?
The idea is to align a bunch of instances on layout creation and give the a defined offset.
The first time it would be + x
the second time + x*2
the third time + x*3
etc..
Please be specific if you can. I'm rather new to this and don't know how to use JS without the actions yet.
Thank you!