> 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/2023.1/toolbox/incari/imagesequence.md).

# ImageSequence

## Introduction

The **ImageSequence Nodes** provide a means for the user to perform certain actions on an **ImageSequence**, which can be added as an **ImageSequence Sprite** in the **Scene Outliner Module** once it has been created and edited in the **ImageSequence Editor**. **ImageSequences** are a good way to execute simple **Animations**. See the link at the end for an in-depth explanation.

## Contents

* [**Get Current ImageSequence Frame**](/incari-studio/2023.1/toolbox/incari/imagesequence/getcurrentimagesequenceframe.md)
* [**Get ImageSequence Duration**](/incari-studio/2023.1/toolbox/incari/imagesequence/getimagesequenceduration.md)
* [**Get ImageSequence FPS**](/incari-studio/2023.1/toolbox/incari/imagesequence/getimagesequencefps.md)
* [**Get ImageSequence Total Frames**](/incari-studio/2023.1/toolbox/incari/imagesequence/getimagesequencetotalframes.md)
* [**Go To Next ImageSequence Frame**](/incari-studio/2023.1/toolbox/incari/imagesequence/gotonextimagesequenceframe.md)
* [**Go To Previous ImageSequence Frame**](/incari-studio/2023.1/toolbox/incari/imagesequence/gotopreviousimagesequenceframe.md)
* [**Pause ImageSequence**](/incari-studio/2023.1/toolbox/incari/imagesequence/pauseimagesequence.md)
* [**Play ImageSequence**](/incari-studio/2023.1/toolbox/incari/imagesequence/playimagesequence.md)
* [**Resume ImageSequence**](/incari-studio/2023.1/toolbox/incari/imagesequence/resumeimagesequence.md)
* [**Show ImageSequence Frame**](/incari-studio/2023.1/toolbox/incari/imagesequence/showimagesequenceframe.md)
* [**Stop ImageSequence**](/incari-studio/2023.1/toolbox/incari/imagesequence/stopimagesequence.md)

## See Also

* [**4 Methods of Animation**](https://docs.incari.com/incari-studio/demo-projects/4-methods-of-animation#3-image-sequence)


---

# 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/2023.1/toolbox/incari/imagesequence.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.
