Hi rexrainbow
I'm using your Board, squareTX and GridMove plugin to make a isometric puzzle game. Thank you for such awesome plugins / behaviors!
Now I have a few questions.
GridMove
Is it possible to let the player jump? So that you can jump over a obstacle on the board?
Board
I generate a board with a few missing tiles. So that the player can drag and drop the missing tiles on his own. Is there a proper way to check if the tile gets dropped over an empty spot on the board?
I'm currently using something like this.
But with this code you have to put it very exactly, otherwise it won't fit. Better would be to snap it to the grid if it overlays an empty cell in the board.
Have you any code examples for using drag and drop to but tiles on the board?
Here is a demo of the current state of the game.
https://dl.dropboxusercontent.com/u/105 ... index.html
Thank you!
Regards
Andy