I am making this demo so I can learn how to program for the multiplayer games. The problem I am having is with the weapon select options. I have four weapon to choose from ( Lasers,Shells,Flame and Land Mines). The problem is when a new Player joins the game. The new Player does not show the right weapon fire for the other players already in the game, but when weapon fire hits do happen the right amount of damage is taken. Once the other players change weapons after the new player joins the game, the problem fixes itself.
What I am trying to figure out is how to update what weapon system is set for all the other players on the new joining player computer system so the weapon fire is right when the other players fire.
You can see what I have so far here.
https://dl.dropboxusercontent.com/u/1244375/Multiplayer%20Tank%20game%20example/index.html
I will also upload the cap so you can look at the code.
Thanks so much for any help you can give