I am trying to learn how to make a multiplayer game. I have been making changes off the demo. I have changed the demo into a tank game and updated the graphics for that. I changed the movement of the tanks so they drive around like tanks. And I have added a rotating turret that the laser shoots out of. The tank movement is working right in the multiplayer ( tanks move like they should on all host and peer screens)
The problem I am having is with the firing the laser. I have changed it from the demo beam ( beam from point to point) to a laser shot that is using the bullet behavior. I have it working on the local computer you see the shots going off. But the shots do not show up on any of the other computers in the game.
I have uploaded the game cap so you can look at it and see if you can find out why the laser shots are not showing up on all computer playing the game. I am a very new to the multiplayer coding so any help you can give will be a big help.