I was wondering what is better…
I have a widget inside an adobe AIR program that changes the settings of the adobe air program or adds info into a database. Like a settings tab.
Is it better to use the timeline to gotoAndStop at different frames, or is it better to remove children and add new ones as needed thought event driven functions? Pretty much saying is it that much different to have everything out and separated throughout the timeline or is it worthwhile to create empty variables of the mc classes and add them as necessary to have everything on one frame. Does creating empty variables of the mc classes take up a lot of memory? and if so is it more than if they are all out already spread out through different frames.
Hope I was clear enough…