touch events vs mouse click events using actionscript 3
问题 Just wanted to ask if there is any advantage for either using mouse click event or touch tap events, when writing apps for mobiles or tablets (for the iphone especially)? I know that both of them should work fine, but in term of performance, is anyone better? Are there any things I should be aware of when choosing either? By the way am using actionscript3 to implement the app. 回答1: This is probably the best documentation on Adobe AIR touch support: http://help.adobe.com/en_US/as3/dev