Skip to main content
Participant
June 29, 2011
Question

How to do iOS native-like flick and drag gestures?

  • June 29, 2011
  • 1 reply
  • 695 views

I want to use the iphone kinetic flick and drag gestures but I don't know hot to progam them with action script.

Is there a tutorial or a source code I can download to get me started?

If there is a library will all gestures already coded it would be even better.

Thank you.

This topic has been closed for replies.

1 reply

Known Participant
June 29, 2011

This open source project may help you out:

http://code.google.com/p/as3-iphone-scroll/

Participant
June 29, 2011

Thank you I will look into it ^^