Hi guys. I'm having a problem with some seemingly basic grid problem. I have built a capx before enabling the pink square to be move from square to square with ease using a single instance variable for my indicator sprite but right now I'm faced with a different challenge.
My capx: https://www.dropbox.com/s/p04xd82wc1n3m ... .capx?dl=0
First of all, I want the black squares in the image above to be totally different sprites thus my existing capx won't be applicable in this situation. In the image, only the green squares are selectable.
So the movement I want would be say I'm at A2, pressing right = A3
B2 pressing RIGHT = B4
A2 pressing DOWN = B2
A3 pressing DOWN = B4
B4 / B2 pressing DOWN = C1
E5 pressing UP = D1
B4 pressing UP = A3
And so on. How would I go about this? This seems like it should be simple but somehow I'm at a plateau <img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy">