I want a different action to occur based on the direction the user swipes a
control.  For example:

   on swipeLeft
        set the backgroundColor of me to red
   end swipeLeft

   on swipeRight
        set the backgroundColor of me to green
   end swipeRight

Is there a one liner on mobile that can give me the direction, or
true/false, or l/r/u/d?

~Roger
_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to