Hi. I am using jquery super gestures, http://www.evanbot.com/article/super-gestures-jquery-plugin/22, for an interface on a site.
I want each gesture I use to have a series of actions assigned to it e.g:
When one movement (say moving the mouse to the left) is performed by the user it fades in a div with a nice graphic prompting the user to do something else
When the same movement is performed it fades in a different div forgetting about the last action it performed for that movement.
This could go on and on until it runs out of actions for that particular movement. I would then apply this to a whole series of mouse movements up, down , left, right, circle, zig-zag etc
My question is, how do i get jQuery to move through a series of actions in this manner?
Many thanks in advance.