Updating userList, playerList client side with AS3
Posted: 17 Jan 2011, 22:16
Hi guys,
I'm new to multiplayer game development and I'm trying to wrap my head around the optimization that needs to be in place.
I've noticed that the data for a room rarely gets updated client side beyond the User count change. So userList, and playerList will return empty after a JoinRoom event even if the userCount shows the right number of users on a Room.
I'm trying to create a game with 4 rooms, 2 players per room (for testing) and I would like to display the names of the players in each room so the user can choose to join a known friend (probably not good practice with potentially gazillion users and rooms) is there a way to do this on the client side or do I need to do a java extension?
Thank you!
- D.
I'm new to multiplayer game development and I'm trying to wrap my head around the optimization that needs to be in place.
I've noticed that the data for a room rarely gets updated client side beyond the User count change. So userList, and playerList will return empty after a JoinRoom event even if the userCount shows the right number of users on a Room.
I'm trying to create a game with 4 rooms, 2 players per room (for testing) and I would like to display the names of the players in each room so the user can choose to join a known friend (probably not good practice with potentially gazillion users and rooms) is there a way to do this on the client side or do I need to do a java extension?
Thank you!
- D.