Comic system

Hi, I need to implement a comic system for a game running on iPhone. Have anyone any ideas on ho to do that? :smile:

What do you mean with comic system?
A comic book like app or a game with comic graphics / shading?

A game with comic graphics between the game levels (player must slide the images by touching the screen to the right or to the left, and after the final picture must load the next game level). Now I have a comic system, but, if I use too many pictures the application crashes ( for example an iPod if I use 20 pictures ).

stream them in using async asset loading, buffer ahead and behind by two pages.

@hippocoder: I will try this. Thank you. :wink: