Hi,
I’m working on a board game and the board is bigger than the screen so you can touch the screen to move the board.
Here is the board:
http://i39.tinypic.com/2j35pxs.png
Here is how the board looks on the screen:
http://i40.tinypic.com/14vk55z.png
The user can move the map with his fingers to see where his opponents are etc.
The problem is now that I will have some objects on the map which needs to move with the map such as player pieces, cards on the board, some items in the middle will change during the game so how should I move them?
Should I put them all in the boards touch event that changes the positions as well together with the map?
That sounds very bad but might work?
Is there a way to lock an item to another item (i.e. lock a player piece position to the map)?
Or is there any other way on how to tackle this problem?
Best regards,
Tomas