galaxyblur
Visitor
|
Re:room params - 2006/11/09 20:53
I figured it out, poking around the forum, that I can use <setparam name=" " value=" " />.
The problems I face now are:
1. Only the room creator can set room parameters? 2. ALL of the parameters are sent to ALL the clients, even when only one parameter was changed?
I am developing a multi-player game where there are a lot of objects on the screen that the users can drag around. If I have 50 or more objects on the screen with an 'x' and 'y' coordinate each, then every time an object is moved, 100 or more parameters are sent to EVERY user. Is there a way around this?
|