How do I make the cursor touch without user input?

0 favourites
  • 2 posts
From the Asset Store
Mouse cursor is something that the player controls and sees all the time, that's why it is so important to make it cool!
  • I am trying to make an autoclicker for android, I want to set an area that it will continuously touch until i stop it. I cannot figure out how to make it click/touch without user input. Would anyone be able to help me out?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Is there a reason you need the event to be a click or touch event. Those events are used specifically to take player input. I guess what I am saying is, trying to use a click/touch event without user input is the complete opposite of what those 2 events are for.

    If you just need an event to fire repeatedly, you should use either the "Every Tick" event, or use a timer with delta time. If I were you, I would look up how to use delta time and make an event that just fires every few milliseconds (or how ever long it is you want between each time the event fires).

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