Hi!
I've thrown myself into multiplayer a few days ago and i have to learn a lot.
Though i think i know the connection basics but i have a struggle with updating the screen for both players.
I've ended up trying to integrate the functionality from the Multiplayer 3: Pong tutorial.
As far as i get it to work:
Player 1 and Player 2 can connect with each other. Both getting a ID and a object will be created for the new joined player.
Now just to learn i am trying to change the frame of the object if the player clicks it.
Once changed the screen has to update for both players.
Changing the frame of the object is working without any problems but i can't get the change visible at the other player.
I wish i could get some more knowledge about actually updating the game on both ends.
I will post some screenshots from my current page underneath here. Please any feedback and or tips are welcome.
I highlighted my problem in red. I wish some one could enlighten me about how to process that change at the other players side. Thanks!