Skip to main content
Inspiring
March 18, 2020
Answered

Setup an action to count the amount of times someone clicks outside of a clickbox

  • March 18, 2020
  • 1 reply
  • 180 views

Hello, I am currently trying to figure out how to increase a variable by one everytime someone clicks outside of a clickbox. Would anyone be able to help with that?

    This topic has been closed for replies.
    Correct answer Lilybiri

    Since you use a click box, this should be a non-responsive project.

    Add another click box under the first one, which covers the whole slide. Set up the Success event of that bottom click box to increment that variable, and set the number of attempts to Infinite.

    I used that same approach for this game:

    http://blog.lilybiri.com/find-the-differences-game

    1 reply

    Lilybiri
    LilybiriCorrect answer
    Legend
    March 18, 2020

    Since you use a click box, this should be a non-responsive project.

    Add another click box under the first one, which covers the whole slide. Set up the Success event of that bottom click box to increment that variable, and set the number of attempts to Infinite.

    I used that same approach for this game:

    http://blog.lilybiri.com/find-the-differences-game