# Motion Paths

Another way to navigate time is with motion paths: if you point at something that is animated, a stream of particles will appear and follow along the motion path. The particles will move at the same speed as the animated thing would move at that time.

The motion path will hide itself after a short while to avoid the scene getting too busy, but you can get it back by pointing at the thing again.

<figure><img src="/files/20vaJZDcLbbL2I70aHMK" alt=""><figcaption></figcaption></figure>

If you point at the motion path, a tag will highlight showing the time when the thing is at that position on the path.

You can scrub time by pulling the trigger to grab the path and then point at where on the path you want to scrub to. Everything else will also move to their positions at that time.

If you are pointing at a keyframe while scrubbing time, you can press the thumbpad/stick to **Delete Keyframe**.

If you use the [Destroyer](/firststage/basics/core-tools/destroyer.md) on a motion path, it will destroy the motion path and the associated animation activity.


---

# 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://docs.moviestorm.co.uk/firststage/basics/working-with-time/motion-paths.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.
