its a chat application, I made the server in AIR and the clients connect and send messages through it, clients also using AIR . The dynamic variables are for breaking off into smaller private coversations away from the main chat. They were’nt being made at runtime but on a need by need basis via a function.
I currently am storing the clients into groups in arrays and referring to those groups via a dictionary that the arrays are stored in. groupDict[groupID]. I’m not an amazing coder like you lot
I imagine there are better ways to do things then what I come up with. My solution is working now though without the need to dynamically create variable names(which does’nt seem to work out of the IDE , at least in FlashDevelop).
