playMaker

Author Topic: Touch Object Event (TouchMoved) too sensitive  (Read 4083 times)

Gav (HeyBud)

  • Full Member
  • ***
  • Posts: 126
    • Tumblr
Touch Object Event (TouchMoved) too sensitive
« 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

PlaymakerNOOB

  • Full Member
  • ***
  • Posts: 219
Re: Touch Object Event (TouchMoved) too sensitive
« Reply #1 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.
« Last Edit: February 13, 2015, 06:49:27 AM by PlaymakerNOOB »