> For the complete documentation index, see [llms.txt](https://docs.incari.com/incari-studio/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.incari.com/incari-studio/objects-and-types/scene-objects/imagesequencesprite.md).

# Image Sequence Sprite

The **Image Sequence Sprite** creates a *sprite* that acts like a canvas for an **Image Sequence Asset** to be displayed on.

While the **Image Sequence Sprite** has several **Attributes** that alter its visual aspects, the most important is the `Diffuse Texture` under `Sprite`. Here the user can create a new **Image Sequence** or locate an already created one.

![Image Sequence Sprite before Adding Asset.](/files/MptxIWKdVWWssYiAVNP7)

Above, the `File` **Attribute** has been highlighted for the **Image Sequence Sprite Object**. This is where the user can select the appropriate file after activating the pop-up Menu.

![Image Sequence Sprite after Adding Asset.](/files/22vDFlOIzBb0UWwCn7sq)

When the *.inseq* file is selected, it is displayed in the viewport of the **Scene Outliner**.

There are several **Nodes** that are attributed to **Image Sequences**. More information can be found [here](/incari-studio/toolbox/incari/imagesequence.md) and [here.](/incari-studio/toolbox/events/imagesequence.md)


---

# 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://docs.incari.com/incari-studio/objects-and-types/scene-objects/imagesequencesprite.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.
