I've recently bought Scirra personal edition, so I'm sorry if I sound kinda n00b
I'm looking at arrays right now, and I'm simply trying to draw a 3*3 grid. I got a sprite called Cube, so in the events sheet I put:
System-For "GridCols" from 0 to 3
System-For "GridRows" from 0 to 3 -> System-Create object Cube on layer 0 at (loopindex("GridRows")*50, loopindex("GridCols")*50)
[/code:3lebd4bs]
it does draw the grid but debugging it shows inifite objects being created... am I missing something?
Thanks!