> For the complete documentation index, see [llms.txt](https://dorreal-art.gitbook.io/dorreal_art_docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dorreal-art.gitbook.io/dorreal_art_docs/documentation/advanced/sequencer-movement.md).

# Sequencer Movement

Echoluma supports **manual animation through Sequencer**, allowing you to keyframe precise movements for cinematic control.

### How It Works

By default, Echoluma handles movement automatically.

When using Sequencer:

* You **override movement behavior**
* You directly control **Pan, Tilt, and Roll** over time

{% stepper %}
{% step %}

### Enable Sequencer Movement

Before anything else:

Set **Movement → Sequencer Driven**

This allows keyframed movement to take control.

<div align="left" data-with-frame="true"><figure><img src="/files/CeCXfx5fKBXuTnhZJI6c" alt=""><figcaption></figcaption></figure></div>

{% hint style="warning" %}
Without this, Sequencer animation will not rotate the lights.
{% endhint %}
{% endstep %}

{% step %}

### Add Controller to Sequencer

* Open **Level Sequencer**
* Add your **BP\_EcholumaLightController** to the timeline

<div align="left" data-with-frame="true"><figure><img src="/files/3Q5sWhAplsSjgZx848a7" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Add Rotation Pivots

In Sequencer:

1. Click the **+ Track** button next to the controller
2. Add the following components:
   * Pan Pivot
   * Tilt Pivot
   * Roll Pivot

These are the parts you will animate.

<div align="left" data-with-frame="true"><figure><img src="/files/plLh6USv6SsnIkR2t9yY" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}

### Keyframe Movement

You can now add keys:

* Animate **Pan** for horizontal sweeps
* Animate **Tilt** for vertical aiming
* Animate **Roll** for rotation effects

Use keyframes to define motion over time.

<div align="left" data-with-frame="true"><figure><img src="/files/MRHT5dFSRUx1hiADx4mn" alt=""><figcaption></figcaption></figure></div>
{% endstep %}
{% endstepper %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://dorreal-art.gitbook.io/dorreal_art_docs/documentation/advanced/sequencer-movement.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.
