Hi
I wish to create 20 object in a List ..where I can set the offset value
1
2
3
.
20
R/flemming
Develop games in your browser. Powerful, performant & highly capable.
I don't really get what you mean, but if you meant to repeatedly create an object and after creation add additional Y to the next. This might be the code:
Edit: (Forgot the Trigger)
or without a variable -> Y = loopindex*32
Thanks .. Just what I needed