1
votes

As I am very new to the lua language I am having a question here.

How can I slide the images forward and backward with in the container smoothly like in Iphone.

Is there any reference or sample code available for that? Also I want to know how can we perform auto scrolling in lua language.

I tried the sample of slides in corona sdk but it is not smooth like iphone.

Thank you, Monish Calapatapu.

1

1 Answers

2
votes

You can easily slide images around using the transition commands:

http://developer.anscamobile.com/reference/index/transitionto

http://developer.anscamobile.com/reference/index/transitionfrom

Scrolling is pretty much just a special case of sliding images, where the images happen to be text.