Code:
Problem description:
u press "Create Room" button then a room gets added to a tab called "Rooms", it has the name of the room, amount of numbers out of 5. can some 1 please lead me to the way to making that?
Dec 25 2012, 7:18 am
Best response
|
|
This is the best asking for advice I have seen in a while, look into lists and datums, thats a good way to go.
|
This should lead you in the right direction..
var/lRooms=list() I tested it out before posting and it handles everything you mentioned. If this does not solve your problem then please provide some details as to which parts you need help with. |