# On ImageSequence Play

## Overview

![The On ImageSequence Play Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-38b695c3c78156ede85be8bbfb44ee8e8a958ebb%2Fonimagesequenceplaynode20241.png?alt=media)

**On ImageSequence Play** is an **Event Listener** **Node** used for executing a **Logic Branch** when an **Image Sequence** starts playing.

[**Scope**](https://docs.incari.com/incari-studio/overview#scopes): **Scene**, **Prefab**.

## Attributes

![The On ImageSequence Play Node Attributes.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-910fbb4f9942487d1d8c2930e6386bccb9105fae%2Fonimagesequenceplayattributes.png?alt=media)

| Attribute | Type         | Description                                                                                                              |
| --------- | ------------ | ------------------------------------------------------------------------------------------------------------------------ |
| `Object`  | **ObjectID** | **Image Sequence** that triggers the **Logic Branch** when played, if none is given in the `Object ID` **Input Socket**. |

## Inputs

| Input           | Type         | Description                                                                        |
| --------------- | ------------ | ---------------------------------------------------------------------------------- |
| `Object ID`     | **ObjectID** | **Image Sequence** that triggers the **Logic Branch** when played.                 |
| `Subscribe` (►) | **Pulse**    | An **Input Pulse** that needs to be triggered to start listening to the **Event**. |

## Outputs

| Output             | Type         | Description                                                                                                                            |
| ------------------ | ------------ | -------------------------------------------------------------------------------------------------------------------------------------- |
| *Pulse Output* (►) | **Pulse**    | A standard **Output Pulse**, to move onto the next **Node** along the **Logic Branch**, once this **Node** has finished its execution. |
| `Object ID`        | **ObjectID** | The **Image Sequence** received as **Input**.                                                                                          |

## See Also

* [**Image Sequence**](https://docs.incari.com/incari-studio/toolbox/events/imagesequence)
