help with mouse clicking

ghostrpghostrp Member Posts: 17
edited November -1 in Working with GS (Mac)
How do i make it so that if the mouse clicks on an object it will cause an action, but only if he clicks the object

Comments

  • Ruslan21Ruslan21 Member Posts: 228
    In you actor create Rule
    Rule
    When Any conditions are valid:
    actor receives event ' mouse button; is down
    actor receives event ' mouse position' is inside
    Do what ever
  • firemaplegamesfiremaplegames Member Posts: 3,211
    Or you can use When Touch is pressed...
    It does the same thing with one less condition.

    Touches will act like a Mouse on the computer, and vice-versa
  • FlurpFlurp Member Posts: 1
    Does anyone know why it would take 3 clicks for my game to recognize it is being clicked?
Sign In or Register to comment.