Page 1 of 1

How does lobby and game rooms coded using bits?

Posted: 11 Jul 2011, 02:51
by chris0990
I was trying to make a game with a lobby chat and making rooms using bits and smartfox. But it was very hard to explore bits since its just a component

Is there a downloadable example for lobby and chat with create game?

Posted: 11 Jul 2011, 07:30
by Bax
SmartFoxBits are packed as components on purpose, so you don't have to care about repetitive tasks as coding the login form, the rooms list, the users list, etc.
If you want to create such features on your own, you should check the other basic examples provided in the SFS package, or in the AS3 examples section of the online documentation.