Hello, one more post from me
Anyway, now i trying to learn on the array object.
I'm trying to make a simple nonogram game and well i'm having some problems regarding the number system on the sides. If you are not familiar with the type of game you can see it here : http://en.wikipedia.org/wiki/Picross
The problem is adding the numbers together.
For example if the blocks are "0 0 1 1 0 1 0 1 1 1" it should read out "2 1 3" but there is a glitch in my calculations. There are two .caps in the zip and one array that can be loaded.
In one of the caps i'm only trying to get the number system to work.
In the other one the cells are made and the textboxes, all marked with rows, colums and x.y in the variables.
Here are the files:
http://internet.is/eski/nonogram.zip
I havent found much info about the array object so i thought i would ask.
Also, in the debug why does it only show one row for the array object though the list is 10x10x1 or 100x100x5 for that matter.. ?
Anyway i would appreciate any comments on this matter.
So far the people here on the forum have been really nice and quick with responses and help.