I have been working on this all night, and now I think my brain is dying slowly lol
(by the way Yann I tried CubeMaze and it's pretty awesome)
https://dl.dropbox.com/u/89646560/Walker3.capx
So here is what I came up with. I think I understand the principle, the problem is: I don't know how to get it to stop...
When I run it it either fills my layout or not, depending of the direction.
I read a lot of tutorial and array post, and nothing is really explaining how to make it add "1" in different direction (and keep going).
By using "For each XY element", if it read the new value "1" that was created it either stops or fill the layout. If the "1" is place to the left or the top it is too late because the "For each XY element" already passed those cells.
Would you be able to point me in the right direction, code wise, for:
If I just told the system to add a 1 in the array to question that new XY and not keep going from left-right and top-down (as part of the "For each XY element".)
I hope this is not too confuse, I am trying to explain what I think is happening, and what I think I read from your previous post.
Let me know if I need to be more clear.
Thanks for all the help !
-Michael