Hi
I am using a variety of plugins and keep hitting the same problem. I need to pick from multiple object types, but am forced to choose one for an action.
As an example, I have built a chess board using two different object types. I've used "tileBlack" and "tileWhite" objects. Initially I only had a single object type (tile) with different frames for the colouring, BUT i had problems with this that splitting it resolved.
Using the SLG_Movement plugin, I want to pick the path between the chosen piece and the clicked tile.. but I can only select one object type - ie Black tile or White tile. As a path will include both types of tiles, it'll make pathfinding impossible.
I have attached my capx file that builds the grid, places all the pieces, allows you to choose a piece, and it highlights moveable areas... BUT the areas are really inconsistent and movement just doesn't work properly.
I was hoping somebody could take a quick look and spot my obvious mistakes