Skip to main content
Participant
June 29, 2011
Question

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

  • June 29, 2011
  • 2 replies
  • 696 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 is closed to new replies. Start a new post to keep the conversation going.

2 replies

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 ^^