Hi everyone…
I just got so confuse. I think this should be easy, but I just need help.
I look at the Jungle Sprite Code in corona
it has the trees moving from right to left
I use that function with all the get:timer and tPrevious and all that
and it works I can move my image endlessly
The problem is that my image is like a landscape
a line with mountains and rocks
the size of the image is the full length of the iPad
So I put image1 in the center of the iPad
and image2 outside the view, on the right.
so when I use that function, the image re-shows on the actual screen
you can see it jumping.
I want the image1 move to the left
at the same time image2 move to the left
so when image2 is in the center of the iPad
image1 is all the way outside the view in the left
at that moment image1 should translate to the right of the screen, outside the view
and start moving to the left
that way I can see an endless landscape of the mountains
I hope this make sense, and someone can help me figure this out
Thanks