views:

25

answers:

1

Anybody know any good resources for touch interface in AS3? Maybe with example downloads of simple user interface examples such as swiping lists etc. I could write code that reacts to the mouse events but I was wondering if their is a more a intuitive way of doing it using the native touch events class? Thanks. I also believe better 3rd party classes are available but I would rather stick with the adobe classes right now unless you guys think otherwise?

+1  A: 

Check out Multi Touch Gesture Applications and Responding to Raw Touch Data for a start.

George Profenza