Hi all,
I am having some issues handling click events when there are multiple chess in the same tile.
Is there a way to setup the event ‘gameobjectdown’ to target a specific tileZ?
Hi all,
I am having some issues handling click events when there are multiple chess in the same tile.
Is there a way to setup the event ‘gameobjectdown’ to target a specific tileZ?
I realized I can take a different approach. I can use the ‘tiledown’ event and then get all the chess at that tile.
I started using the method on the chess.moveTo.setSneakEnable(true) to handle the tileZ changes on occupy automatically, and it works well when there are two chess. @rexrainbow is there any support for multiple chess on the sneakMode? When I add a third chess to the same tile, it kicks the second one out.
It is a bug of moveTo behavior, I will fix it later.
Edit: Bug fixed, please download latest minify file of rexBoard plugin
That is great! Thank you for fixing it this fast.