Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
Instead of just for each element, also include a for each x, for each y, for each xy, for each yz, etc.
Develop games in your browser. Powerful, performant & highly capable.
This actually exists already. When you go to the array and select "FOR EACH" you then a drop down box to select: X, XY, or XYZ. Providing you have 2D or 3D array.
Is there something different you were looking for?
for each y doesn't exist though, but you can simulate it with
repeat array.height times:
(your cury will be loopindex)
Hmm, thank you. The manual entry on arrays wasn't clear on that part.