How to make a scrollview which could scroll to all directions with a acceleration?

The original scrollview provided by Corona SDK only support vertical and horizontal scrolling, but it can’t do it both in the same time.

As you can see, the video blow did that. But it is not free. So how can I do it?https://www.youtube.com/watch?feature=player_embedded&v=ecAcUxex46c#t=74

Thank you very much.

Learn about display groups, touch events, content scaling, content positioning and code it up.

-Ed

If you want to tilt to move an image why do you need scroll view? Whats the point?

–SonicX278 

@hexor.dev,

Hi.  As some may attest, I’ve been a little grumpy and short w/ folks lately.  So, just in case my short answer seemed dismissive or mean, let me say that  the other option is to grab the code for the widget.* library and add omni-scrolling to the scrollview library:

http://github.com/coronalabs/framework-widget

This could be a bit hard, but it is possible.  Unfortunately, there is no free option out there right now with omni-scrolling.

Learn about display groups, touch events, content scaling, content positioning and code it up.

-Ed

If you want to tilt to move an image why do you need scroll view? Whats the point?

–SonicX278 

@hexor.dev,

Hi.  As some may attest, I’ve been a little grumpy and short w/ folks lately.  So, just in case my short answer seemed dismissive or mean, let me say that  the other option is to grab the code for the widget.* library and add omni-scrolling to the scrollview library:

http://github.com/coronalabs/framework-widget

This could be a bit hard, but it is possible.  Unfortunately, there is no free option out there right now with omni-scrolling.