I'm working on a simple mini game that has an effect similar to a game called Trizzle.
http://youtu.be/ngB7Crq0rZ8?t=4m40sEssentially I want to be able to drag the whole row or the whole column depending on which way I drag.
If you look at that link, there is a grid of 5x5 and when you grab an item, you're able to move the entire row or column that the item is in either horizontally or vertically. Now I have the whole draggablepanel thing figured out for the infinite loop effect but as for the rest, I've been trying to fill two draggablepanels OnPress with the objects that are in the correct row and column. This isn't working so well and the performance seems pretty slow.
Does anyone have a better idea on how to accomplish this? Am I way off base or over thinking things? Any thoughts would be greatly appreciated.