> 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/toolbox/events/screen/onscreenscenechange.md).

# On Screen Scene Change

## Overview

![The On Screen Scene Change Node.](/files/d38ERNYFtWSa4MsXkYnz)

The **On Screen Scene Change Node** is an **Event Listener** **Node** used for executing a **Logic Branch** when the **Scene** of a **Screen** is changed. The returned ID is that of the final **Scene**.

[**Scope**](/incari-studio/toolbox/overview.md#scopes): **Project**.

## Attributes

![The On Screen Scene Change Node Attributes](/files/5RFQRmxvKwfVSI2FGQV6)

| Attribute             | Type       | Description                                                               |
| --------------------- | ---------- | ------------------------------------------------------------------------- |
| `OnScreenSceneChange` | **Screen** | The **Screen** whose **Scene** change prompts a **Logic Branch** to fire. |

## 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. |
| `Scene ID`         | **Scene** | The ID of the final **Scene**.                                                                                                         |
