Playmaker Forum

PlayMaker Help & Tips => Android Help => Topic started by: Gav (HeyBud) on January 10, 2015, 04:52:51 PM

Title: Touch Object Event (TouchMoved) too sensitive
Post by: Gav (HeyBud) on January 10, 2015, 04:52:51 PM
I have a Touch 2d Object event going on. If you tap the object with TouchBegan + TouchEnded it spins ; if you swipe it with TouchMoved, it rotates. the problem with the action is that the touch moved is super sensitive so when i'm trying to tap if my finger is moving at all it thinks it's moving. I'm wondering if there is a way to tune the move distance bias or any other ideas on how to make the TouchMoved less sensitive. I'd use the Swipe Gesture Event, but i need it to only work on the object.

Thanks
Title: Re: Touch Object Event (TouchMoved) too sensitive
Post by: PlaymakerNOOB on January 22, 2015, 09:23:21 PM
I've noticed this too.  Any minor movement of the touch, triggers "Touched Moved".

edit -- any easy way to dampen the sensitivity to the "Touch Moved" or have it changed to "Touch Moved Off Object"

Dont know how I didnt see this before -- but Touch GUI Event covers what I needed for moving off object.  Not sure yet how to dampen the sensitivity or create a work around for it yet.