I do not understand why the loop does not work as expected, normally all should work.
Should be:
Y: 0
- X: 0
- X: 1
- X: 2
Etc.
Y: 1
Y: 2
But no, strangely it doesn't work, when I debug the game, only Y seems to work but not X!
So there should be 7 * 7 objects, but no!
drive.google.com/file/d/1JED2eNJuayLaqTV6vqW6Qa_clB7Qo-AT/view
Develop games in your browser. Powerful, performant & highly capable.
Well you just did put action for first "Y" loop only. Move the action right to "X" loop side.
Ah yes, well seen, a story about action placement, I didn't notice, logical though but not seen, like sometimes we get stuck for not much, thank you very much ^^.