# On WebSprite Load

## Overview

![The On WebSprite Load Node.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-9dc44d3870e30c3d82873dfa2c70005833a927db%2Fonwebspriteloadupdatedimage.png?alt=media)

**On WebSprite Load** is an **Event Listener** **Node** used for executing a **Logic Branch** when a **Web Sprite** **Object** is loaded.

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

## Attributes

![The On WebSprite Load Node Attributes.](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-a2937d28cdbfc980fa8e3ff0f68e745db48545d8%2Fonwebspriteloadattributes%20-%20Copy.png?alt=media)

### Object

| Attribute | Type         | Description                                                                                                                        |
| --------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------- |
| `Object`  | **ObjectID** | The **Web Sprite** **Object** that triggers the **Logic Branch** on loading, if none is given in the `Object ID` **Input Socket**. |

## Inputs

| Input           | Type         | Description                                                                        |
| --------------- | ------------ | ---------------------------------------------------------------------------------- |
| `Object ID`     | **ObjectID** | The **Web Sprite** **Object** that triggers the **Logic Branch** on loading.       |
| `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 **Web Sprite** **Object** received as **Input**.                                                                                   |

## See Also

* [**Web Sprite Objects**](https://github.com/cgi-studio-gmbh/incari-doc/blob/2023.2/objects-and-types/scene-objects/web-sprite.md)
* [**WebSprite Nodes**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/websprite)
