What would be the recommended way to set up a multi screen UI?
What I settled on for right now, is a single group, with all the necessary assets loaded into the group, and offset into position. I then use transition.to calls to slide the single multi-page group around.
Is this an acceptable method? Or should I be using multiple groups?
The reason I settled on the above method is because using the transition.to calls to slide between multiple groups caused gaps in the background images. I want the backgrounds to slide as well as the rest of the controls, not slide the controls over a single background.
I also noticed when I built to the device, that all images in the folder were added and built into the app, rather than just the ones used by the app. Not a problem if that is expected behavior, I will remove un-necessary images before a final build.
mike hovland [import]uid: 5317 topic_id: 583 reply_id: 300583[/import]
