Hi,
I've been talking to Michael and he mentioned I should try to ask my question here. I'm looking for some advice on how setup my menu screens which have around 20 pages (items, weapons , and maps) that the user can access at any time. The idea is that they use a scroll view to change pages.
My question is, how can I set things up so there is a maximum of 3 (and not all 20) images in memory at any one time so I don't use too much resources. So something like this:
https://dl.dropbox.com/u/8176796/Screen_1.pngI also want the user to be able to allow two images on the screen at once ( sort of like the user is about to go to the next image but haven't fully scrolled to it yet):
https://dl.dropbox.com/u/8176796/Screen_2.pngEach page will also need various buttons associated with it.
So what would be the recommended way to set this up?
Thanks for your time.