# Triggers

Within this Module, there are currently 4 configurable Trigger, all associated with Touch Gestures.

* On Pinch
* On Rotate
* On  Swipe (8 way)
* On Tap

All Gestures are Triggers. They can be set to a direction and be confined to a portion of the screen. They can call a Condition or an Action and be used for any purpose you require.

All Touch Gestures can be used while the Movement touchstick is being used. Meaning, the character can be moved forward with the touchstick at the same time as a swipe or tap on the set part of the screen.

{% hint style="danger" %}
Touch Gestures (these Triggers) should not be confused with Character Gestures (Animations).&#x20;
{% endhint %}

&#x20;The following section details these Triggers.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://profpivec.gitbook.io/documentation-and-tutorials/game-creator/mobile-components-for-game-creator/triggers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
