Hello,
my Problem is to make a loop inside a loop.
I want to set up a matrix of Hexsprites.
10 ea Horizontal, 8 ea Vertical.
Every second row has a x offset plus 50 from the first row
So i create Horizontal Row with 10 Hexes with a For Loop. No Problem.
Then i will create the next Row with 10 Hexobjects and again...8 Times
Like:
For y = 1 to 8
For x = 1 to 10
(Build Row)
Next x
(Inc VertPos and every 2.Time set the HorizOffset to plus 50)
Next y
I saw a Topic named: Working with 2 dimensions array
I understand a expression with loopindex.
But how does it work and look like ?
Like others here around, many thanks for developing such a great programm. Please keep on !