what I want is: for(x=0; x<width; x++)
this is what I set, is this right?
Name:"x"
Start:0
End:width-1
Develop games in your browser. Powerful, performant & highly capable.
see I need the xx and the yy because it will become a value in the loop for placement, so create object at xx*32 yy*32
loopindex("x")*32, loopindex("y")*32
ok now your on to something and I might have an even better way now, forgot about the loop index TY very much!
that worked perfect!