Difference between revisions of "AS3 Gestures"
From Wikicliki
| Line 1: | Line 1: | ||
using multitouch gesture (only working on multitouch screens) | using multitouch gesture (only working on multitouch screens) | ||
| − | http://www.republicofcode.com/tutorials/flash/as3swipegesture/ | + | * http://www.republicofcode.com/tutorials/flash/as3swipegesture/ |
| − | http://www.republicofcode.com/tutorials/flash/as3pangesture/ | + | * http://www.republicofcode.com/tutorials/flash/as3pangesture/ |
using levenshtein distance: | using levenshtein distance: | ||
| − | http://www.bytearray.org/?p=91 | + | * http://www.bytearray.org/?p=91 |
using line/sphere intersection algo: | using line/sphere intersection algo: | ||
| − | http://blog.sqrtof5.com/?p=173 | + | * http://blog.sqrtof5.com/?p=173 |
Revision as of 06:53, 31 October 2011
using multitouch gesture (only working on multitouch screens)
- http://www.republicofcode.com/tutorials/flash/as3swipegesture/
- http://www.republicofcode.com/tutorials/flash/as3pangesture/
using levenshtein distance:
using line/sphere intersection algo: