> ## Documentation Index
> Fetch the complete documentation index at: https://docs.spline.design/llms.txt
> Use this file to discover all available pages before exploring further.

# Mouse Press Event

The Mouse Events require the user to perform an action with the mouse (or touch) to trigger all the actions inside.

A Mouse Press Event will trigger the actions while the mouse is pressed. Once the mouse is released, the actions will reverse back to the original state.

<video src="https://cdn.spline.design/_assets/docs/37052c2d-ab50-4bba-a3a6-09cfaf356011.mp4" controls />

#### Trigger Property

You can choose how to trigger the event, either on the object the event is added or anywhere in the scene.

Here are the different Actions you can trigger with the Mouse Press Event:

* [Transition Action](/interaction-states-events-and-actions/actions/transition-action)
* [Animation Action](/interaction-states-events-and-actions/actions/animation-action)
* [Sound Action](/interaction-states-events-and-actions/actions/sound-action)
* [Particle Control Action](interaction-states-events-and-actions/actions/particles-control-action)
* [Video Action](/interaction-states-events-and-actions/actions/video-action)
* [Open Link Action](/interaction-states-events-and-actions/actions/open-link-action)
* [Create Object Action](/interaction-states-events-and-actions/actions/create-object-action)
* [Destroy Object Action](/interaction-states-events-and-actions/actions/destroy-object-action)
* [Switch Camera Action](/interaction-states-events-and-actions/actions/switch-camera-action)
* [Scene Transition Action](/interaction-states-events-and-actions/actions/scene-transition-action)
* [Reset Scene Action](/interaction-states-events-and-actions/actions/reset-scene-action)
* [Set Variable Action](/interaction-states-events-and-actions/actions/set-variable-action)
* [Variable Control Action](/interaction-states-events-and-actions/actions/variable-control-action)
* [Conditional Action](/interaction-states-events-and-actions/actions/conditional-action)
* [Clear Local Storage Action](/interaction-states-events-and-actions/actions/clear-local-storage-action)
* [API Request Action](/interaction-states-events-and-actions/actions/api-request-action)

  <img src="https://cdn.spline.design/_assets/docs/81fe5cf9-837b-458a-ba0a-72e8c645f58a.png" alt="image" style={{ maxWidth: "300px" }} />

  ***

  <iframe src="https://my.spline.design/LpQuOvAOPTJNlLm7DDLSDAV2/" title="Spline Embed" className="w-full h-96 rounded-xl" />

  Click to test 👆 A Mouse Press Event will trigger the actions while the mouse is pressed.
