Need tips on UI Animation

Hello,

I am new to corona and I was hoping to get the direction in which I should focus my attention on to achieve my objectives from the advice I get here from other experienced programmers.

I have two issues,

First issue is I want to create a profile selection screen where the user can scroll through, however whenever the user scroll through the profile list, the last profile that was the front would scroll to the side and eventually disappear to the back, the user should be able to scroll back to that same profile after one complete cycle. How would I go about doing this animation?

Secondly I wish to create a menu similar to angry birds or cut the rope, where the boxes slide and hint the color of the previous and next box while showing the current box clearly and properly. or where in angry birds they show the chapter selection and minor score details of that chapter.

Forgive me if I have missed any other topics that have answered my questions but I have not been able to find any.

Thanks for reading and helping [import]uid: 75480 topic_id: 30829 reply_id: 330829[/import]

First - look at carousel code in the code exchange, I think this may be close to what you are looking for.

Second - you could probably modify the first code to do something like this, work on sliding first then the other visual effects. [import]uid: 52491 topic_id: 30829 reply_id: 123362[/import]

First - look at carousel code in the code exchange, I think this may be close to what you are looking for.

Second - you could probably modify the first code to do something like this, work on sliding first then the other visual effects. [import]uid: 52491 topic_id: 30829 reply_id: 123362[/import]