I am creating a Map Game, where I place multiple TImage "Tokens" on various locations. There can be random quantities of TImages in a stack or collection for each location. I am able to select one TImage anywhere within that stack and move each TImage one at a time. What I would like to do is select any TImage in the stack and as I begin moving that stack, select all other TImages that are on top of that TImage together, and move them together to a new location.
The closest comparison I can think of that would be similar to what I am trying to do is like in a game of Cards, Solitaire, when the 2nd or 3rd card in a column is selected, all cards on top of that card are also selected and moved together to the new column.
I hope this makes sense. Thank you for any help with this.