Unable to do an on click condition or action on object

We’re new to GDevelop and just learning. We have a question about how to make something mouse clickable. Such as making an object jump when clicking with a mouse. We searched for events and actions for a condition for our object and could not find anything about it.

We expect for the object to respond when clicked (such as jump).

But since we can’t find a condition or action related to jump or clicking we can’t get anything to work.

Double click your player object
Go to behaviors
Look for platformer character behavior and give it to player (platform object behavior goes to ground object platformer goes to player)

IF you have button object called for example ButtonJump
In event
In condition
Cursor is on ButtonJump
Mouse button pressed

Action
Simulate ButtonJump for Player