Hi guys,
I am having a simple game idea that two player can join into a game where there are multiple objects(some cubes) and they can move objects in turn.
Something similar to chess that you can drag and drop items on the board in turn.
What I can't figure out is how the information of drag and drop is passed on from the peer to the host and from host to the peers, so both of them can see the dragged and droped object and later on they can intercact with the object that has been dropped by the other player.
Does anyone have any example of drag and drop for multiplayer? <img src="{SMILIES_PATH}/icon_e_geek.gif" alt=":geek:" title="Geek"> <img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked"> <img src="{SMILIES_PATH}/icon_question.gif" alt=":?:" title="Question"> <img src="{SMILIES_PATH}/icon_e_confused.gif" alt=":?" title="Confused">
This is what I have done so far https://www.dropbox.com/s/1gfahznq5pbnc ... .capx?dl=0