Add a condition of when an object is clicked on

Is there a condition of when an object is clicked on?

I want it similar to when the cursor/touch is on but ideally the action would only occur after the object has been clicked on rather than just hovered over.

Yes there is a “Mouse button pressed” condition.
And also “Mouse button released” which is the usual behavior.

1 Like

Amazing, thank you! :smile:

Hi, you can do something like this


The trigger once can be placed as subevent or in the same event. I prefer to put trigger once in a subevent because later maybe ido other stuff in that subevent.
Hope this help.

2 Likes