Level Selection Screen

I am trying to implement a world selection screen very similar to angry birds, i’m using the ghosts and monsters example.

I want to have lets say 4 worlds, each of these worlds will have a large button to click on. The user needs the ability to swipe left the screen so its centered on the next world along all the way to the end, and the ability to swipe right to go back through the worlds back to the beginning.

How would I implement this?

Thanks [import]uid: 72726 topic_id: 14737 reply_id: 314737[/import]

Try looking at SlideView in CoronaSDK > SampleCode > Interface

It’s got swiping of images covered, you’d just modify it slightly to suit your needs :slight_smile:

Peach [import]uid: 52491 topic_id: 14737 reply_id: 54522[/import]

With that it looks like it only shows one on the screen at a time, i’d like one on screen and at least a little bit of the next one so that it looks like it can be swiped…

Is that possible with this? [import]uid: 72726 topic_id: 14737 reply_id: 54530[/import]

There’s a some threads about that, even almost complete project. Try searching for it… [import]uid: 13560 topic_id: 14737 reply_id: 54536[/import]