rexrainbow - I haven't been able to figure out how to get a sprite to wrap like in your capx by using touch instead of the keyboard. It seems pretty straight forward though, which is why I don't understand why I'm having an issue. Is grid move or slg movement required for the wrap to work? I don't see the layout to board plugin in you capx either. Do we not need that anymore? What's the purpose of InstGroup? It doesn't look life it's set to anything and what is the Chess.Player Boolean for?
Layout to board plugin is used to place existed chess or tile into board.
Or user could create tiles at runtime so that it dose not need layout to board in this case.
Instance group is used to put the picking result of move able area or moving path.
Wrap is at the property of board plugin you could set it to no to see the running result of my sample capx files.