Swiping to move image

Hi guys, I’m a bit of a newbie to this, so sorry.

I need to create a swipeable backround of 320x1260

Ive tried but had no success, anyone help? Thanks

Use a ‘touch’ together with “addEventListener” and attach it to your image-object. 

See : http://docs.coronalabs.com/api/type/EventListener/addEventListener.html

With swipe do you mean you wish to be able to drag around the image? You may want to checkout the scrollView widget. See Widget Demo in Corona Labs Samples directory on your computer.

Use a ‘touch’ together with “addEventListener” and attach it to your image-object. 

See : http://docs.coronalabs.com/api/type/EventListener/addEventListener.html

With swipe do you mean you wish to be able to drag around the image? You may want to checkout the scrollView widget. See Widget Demo in Corona Labs Samples directory on your computer.