Flick

Hi,

I wanna display my levels in a long list that the user flicks to go down, can anyone point me in the right direction to get code to work so that a user can finger flick to scroll just like you do in the phone book.

Thanks

anyone?

You can check the position of the touch on touch phase begin as well as on touch phase ended. Check the difference between the 2 positions and scroll according to that amount.

If you want it to be a flick instead of dragging, just add a float to check for the delta time.