Need Help about Flipping Books Transition

I want to make a transition like flipping books, turing the current page over and showing the next page, under the corona.
But I can’t find any function in API reference. Am I missing the function?
How to make the feature like that?

Thank you. [import]uid: 6699 topic_id: 2077 reply_id: 302077[/import]

You can use transition.to() API to create transitions like that. You may want to check out the SlideView sample app in the newly released Corona SDK for examples of flipping through images.

There was also a discussion of creating page transitions a few months back on this forum. You can search the forum to see what comes up. Also, check out the code example section for more programming ideas:
http://developer.anscamobile.com/code/

-Tom [import]uid: 7559 topic_id: 2077 reply_id: 6185[/import]

Thank you so much. [import]uid: 6699 topic_id: 2077 reply_id: 6294[/import]