I am trying to recreate the 2-D array with the three colored blocks on this page:
https://www.scirra.com/tutorials/307/arrays-for-beginners/page-4
My test is not working. Attached is my capx file. Can someone please tell me what I am doing wrong?
Thank you!
Develop games in your browser. Powerful, performant & highly capable.
You haven't attached the event sheet to the layout under layout properties. And those events should be under 'on start of layout' or some other event that runs once otherwise you're spawning new blocks continuously.
Thank you very much!