Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
what I want is: for(x=0; x<width; x++)
this is what I set, is this right?
Develop games in your browser. Powerful, performant & highly capable.
Name:"x"
Start:0
End:width-1
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!