# Example 4 Controls

![](/files/-MQqFHfolLaV_YydfZPc)

This example demonstrates the use of each touchstick (except the steering wheel and pedals). As stated earlier, movement touchsticks must be added to the Game Creator Preferences Panel in order for them to work. Specifically:

* TouchStick Static - Player movement and fixed position touchstick.
* TouchStick Dynamic - for player control, appears under the touch point.
* TouchStick Gyro - used when the Player Movement is controlled by the Gyroscope.

![](/files/-MQpeFABMrM3yIdp4uEw)

{% hint style="info" %}
It is also suggested that you select **Touchstick Mode : Discreet** in the Preferences Panel. Otherwise the Player character will slide upon movement and the Animations will not Match.
{% endhint %}

To test each of the Touchsticks, add the required Prefab to the Preferences Panel and enable/disable the corresponding On Start Trigger.

![](/files/-MQqH0d_GsdykMeWz4GT)

{% hint style="info" %}
Note: The Gyro Touchstick is covered in a separate section.
{% endhint %}


---

# 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/examples/example-4-controls.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.
