Bug in joining a newly created room, when in temp room
Posted: 14 Feb 2006, 16:34
hey 
this is what happens:
I create e temp room with this syntax and join it. fine.
Then I create another with exactly the same syntax, It calls the callback function, (onJoinRoom) but the "room" argument is empty!
Other users can then connect the room and it works correctly (for them)
But the first user (the one who created the room), gets the callback functions (onUserJoin, etc.) but ALWAYS WITHOUT ARGUMENTS.
It looks like a bug, or am I doing something wrong?
thx!
P
this is what happens:
I create e temp room with this syntax and join it. fine.
Code: Select all
s.createRoom({name:r,maxUsers:50,isGame:true,exitCurrentRoom:true,uCount:false,extension:{name:"RoomMotion",script:"_RoomMotion.as"}});Other users can then connect the room and it works correctly (for them)
But the first user (the one who created the room), gets the callback functions (onUserJoin, etc.) but ALWAYS WITHOUT ARGUMENTS.
It looks like a bug, or am I doing something wrong?
thx!
P