Here is a quick bugfix for my motion tracking framework DoGesture.
This version eliminates a class name conflict that appeared if you compiled the framework for Flash Player version 10.2+ using the Flash IDE.
In existing projects, change the class name GestureEvent to DoGestureEvent and everything should work as before.
DOWNLOAD – DoGesture v1.03 (180 KB)
examples:
this bug was driving me mad, thanks
Is it possible to fire multiple events multiple time. For example if the user makes a longer stroke? The user touches the screen and the move array is [{_x: 50, _y:0}], so en event will fire after 50 px. But I would like it to fire again after 100 px and again after 150px etc.