How do I enable touch ?

0 favourites
  • 8 posts
From the Asset Store
Surena Touch
$2.50 USD
A wrap from official Touch plugin to export touch/mouse input to other plugins.
  • Hello there;

    I've a game and converted it from construct 2 to construct 3.

    then I export to android but touch doesn't work

    how to solve this ?

    Tagged:

  • could you attach a c3p example?

  • Yes,I works fine on Construct 3 and I don't face any touch control problems on remote preview

    But after building touch doesn't work

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • waiting for solutions

  • Are you sure you're using "Touch" and not "Mouse" object ?

    You must share your c3p project file for us to look what's wrong. OR if your events are not too many, then share a screenshot of eventsheet where Touch conditions are used.

  • "Wait for signal 'touched' " is why it is not working.

    The signal "touched" is probably signaled 'before' you enter that Event. --OR-- since it's inside a Trigger event (On Touched) it may be just checking for signal at that very moment only.

    Anyway, You must remove the 'Wait for signal "touched" ' and if you think it's important, then try program it differently.

    For example: Have an instance variable for menuButton called "touched', and instead of using signals, use that variable to True. Then, On Touched menuButton, also, if that "touched" is True, then go to Levels.

  • "Wait for signal 'touched' " is why it is not working.

    The signal "touched" is probably signaled 'before' you enter that Event. --OR-- since it's inside a Trigger event (On Touched) it may be just checking for signal at that very moment only.

    Anyway, You must remove the 'Wait for signal "touched" ' and if you think it's important, then try program it differently.

    For example: Have an instance variable for menuButton called "touched', and instead of using signals, use that variable to True. Then, On Touched menuButton, also, if that "touched" is True, then go to Levels.

    Thanks a lot it works fine, all what I've done is disabling "wait for signal"

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