Hi there,
I have several questions about this behavior. I would like to make it work on a grid and only with horizontal and vertical movements. But it seems that is not possible ?
Also, my grid is 22x22, when I have wall like this :
111111111
100000001
100000001
111101111
The number "1" represents walls and "0" holes, that are 22x22 each. This is a closed square but on the bottom , as you can see, there is a hole that is 22x22 too. If I put a sprite in the "square", it is not be able to find a way to get out of there.
I try to use the "border cell" function with -1. That works, but my sprite move on the borders of the walls :( and not with horizontal or vertical movement (it has diagonal movement too).
Normaly it should be find the hole and go down but....no.
Is there something that I missed ?
Thank you in advance :)