Hi there,
I've created an isometric board with rex rainbows plugin and I would like to allow the user to drag and drop their tokens from a selection box at the bottom. Basically they can pick up the piece and put it anywhere on the board so long as it is not already taken by another chess.
Right now I'm just experimenting because I'm not quite sure how to accomplish this. I've added the drag and drop behaviour to the object to see if this is possible and I am able to move the sprite around the screen and drop it somewhere. basically anywhere on the screen which I don't really want. When I do drop it I'm able to destroy the sprite and create a chess but it doesn't create where I drop the sprite.
First of all is this possible?
Second, if it is, should I be using drag and drop behaviour or is it not compatible with rex's isometric board addon?
Third, Is there a way to just drag and drop the chess and snap it to the isometric grid without using a sprite and destroying the sprite as a placeholder?
Thanks so much for your time. I apologize if this has been covered I spent a good deal of time searching for the answer but could not find one based on the conditions I am using. I have spent a good deal of time away from construct 2 and am trying to pick it back up again so I could use a little help thank you.