the capx
I need help with the logic in match3-like game.
What I do: on touched the object I call 4 functions wich go in 4 dirrections (up, down , left , right) though array. every func check the value in array and if this value equal to choosen object - I spawn destroyer at this position, else - stop loop.
But it show terrible result. Hope on you, guys!