My bad about movement. Thank you. I added inverted up-down arrows to solve that, and works like a charm now.
Well actually I wanted to ask to set value to points, like "set value at" (arrays)
Beceause I made something like this with arrays.
dl.dropbox.com/u/56268958/neigbor-algorithm.capx
And I pretty liked the result.
First I randomly set values to all array points. Then for each xy, I look for neighbor values. %50 chanse to convert current point to neighbors sum.
<img src="https://dl.dropbox.com/u/56268958/randomkomsu.jpg" border="0" />
There are 4 green, 2 blue and 2 red neighbors. So mid square has a %50 chanse to convert to green. So it becomes like , continents at the end(with a 2-3 repeats).
It's like this logic
emanueleferonato.com/2011/05/13/flash-procedural-map-generation-example-land-and-water
It divides squares. And gives chanse for child squares to look like mother square. But mine looks for neighbors. And looks like to them.
I wanted to do smth like this with your beatiful board plugin.
Sorry for my bad english.