Playmaker Forum

PlayMaker Feedback => Action Requests => Topic started by: Graham on April 23, 2014, 08:24:42 PM

Title: Swipe Gesture Event Variant
Post by: Graham on April 23, 2014, 08:24:42 PM
Is there an action similar to "Swipe Gesture Event," but instead of only registering a swipe direction once your finger is lifted, it registers it as soon as the finger has traveled a certain distance?

For example in subway surfer, you do not have to lift your swipe finger for the direction event to register.
Title: Re: Swipe Gesture Event Variant
Post by: Marsh on April 23, 2014, 09:24:27 PM
Try replacing it with this, never tested

http://pastebin.com/3uQWkwxd
Title: Re: Swipe Gesture Event Variant
Post by: Graham on April 24, 2014, 08:04:34 AM
Thanks man, works like a charm.
Title: Re: Swipe Gesture Event Variant
Post by: Graham on April 24, 2014, 03:29:07 PM
After doing a little more testing, I've found an issue with this modification. It continues to register new swipes without ever lifting your finger. After detecting a swipe it should be disabled until the finger is lifted and a new swipe is made.

Otherwise works as intended.
Title: Re: Swipe Gesture Event Variant
Post by: Marsh on April 24, 2014, 07:49:42 PM
Try this: http://pastebin.com/Vmin586N
Title: Re: Swipe Gesture Event Variant
Post by: Graham on April 24, 2014, 08:10:10 PM
Killer! Thanks Marsh.