Sorry guys, I’m 100% new to flash programming. I finally have gotten the hang of some of the basics.
What I want to do now is link one scene to a database. Lets say I had a database of people in history and when come to that scene it would load the names of them in order. When someone clicked on one of them it would take them to a different scene.
This way I could update the game by making changes to the XML file. But when it compiles the .fla file into a .swf file it doesn’t include the XML file, does it? And kongregate only allows you to upload a .swf file, correct?
Maybe I’m confused by all of this – if someone understands what I’m talking about please help sort me out. Basically, I want to have a static database or tree structure in my game for data organization and I have no idea how to go about this. Is there a better idea than using xml?