Hi,
I like to know if somebody knows what is best, in memory management terms, in this two situations:
- a project with two "layouts", A and B, when you go from A to B the "sprite images" of A are discarded from memory and the "sprite images" of B are loaded.
- a project with a single "layout" and two Layers, A and B, when you do a command the "Layer A" opacity are set to 0 and the "Layer B" opacity are set to 100, but I think than all the images stay loaded in memory.
I need to evaluate this for continue in a mobile project.
P.S: I will use the Safari browser of iPad to acess the app.
Thanks