How to make a click with Construct Classic?

This forum is currently in read-only mode.
From the Asset Store
Casino? money? who knows? but the target is the same!
  • I have a question: i know how to set cursor position with Mouse&Keyboard and with InputSystem but i have no idea how to make a click. <img src="smileys/smiley19.gif" border="0" align="middle" /> Any ideas?

  • Mouse & Keyboard > On click..?

  • Tokinsom, she need auto click!

    But I think this is impossible with Construct(no python).

  • You don't need to force mouseclicks most of the time. Just pretend a click.

    Example

    In your game you have a sprite that acts like a button, and when the user clicks on it, the buton sprite changes its look and something else is triggered.

    +On myButtonSprite left clicked

    -> myButtonSprite: Set animation frame to 2

    -> do something awesome

    Now you want to automatically click on that button for a tutorial level. Instead of some forced mouseclick you just use all the actions above combined with another condition, e.g.

    +Tickcount = 180

    -> myButtonSprite: Set animation frame to 2

    -> do something awesome

    If this doesn't help in your case, please be more specific.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • tulamide, thanks but i solved my problem with Delphi))). I need to click on the all screen not only on the app window)

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