How do I increase responsiveness of a touch event?

0 favourites
  • 3 posts
From the Asset Store
All popular touch mechanics - scrolling, zooming, swiping
  • I have a game which uses external hardware to detect objects thrown at a screen.

    Kid throwing balls on the screen will trigger touch event on an object and destroy it.

    On the web version it is responsive to the mouse clicks, however on NW.js and with the real interactive hardware it is not as responsive as in the web version.

    The demo game that comes with the hardware was responsive to the events.

    I wonder is there anything I could tweak to increase the responsiveness of the Touch event?

    I am thinking to try adding double tap and hold.

    Thanks.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Which touch events are you using? I suppose you should only use "On touch start", not "On tap".

  • Which touch events are you using? I suppose you should only use "On touch start", not "On tap".

    Hi I am using On Tap Object, then the target is my game object.

    I guess thats the culprit? As tap gesture has a time frame and may not be clearly registered by the interactive screen.

    I'll try the On Touched event. Thanks.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)