How to close / hide a room

node
edited December 2012 in Flash (deprecated)
Hi there, this should probably be obvious but how do I lock and hide a game room is AS3?

Thanks in advance.

Comments

  • Hi Tobias, just wondering if you could help me out on this?
  • Had to look it up myself :)
    Unlike DotNet, in AS3 these settings are in a class called GameProperties. You pass those to opCreateGame and once in a room, you can also use opSetGameProperties.
    This should do the trick.