Hi,

I have a webgame that I built, that I want to recreate in flash. It's a turn based game you can check out here: www.terrapollicitus.com

I have the basic idea of what I think I need to do in my head, but need a few questions answered.

1. The actual game processes I plan on processing on the server because they require database calls. I'm planning on setting up a webservice that I will make calls to, and pass back xml to the flash game. My question is, does the flash game keep these in memory? Meaning, do I need to clear them out somehow?
2. Another memory question here, if I pass values to the flash game that it will continue to use unless updated from the database, will they stay in the memory?
3. Can AS handle multi-level arrays?

If this is in the wrong section, please move it and let me know where these types of questions should go. Thanks in advance.