# On Screen Scene Change

## Overview

![The On Screen Scene Change Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-78b2071ed65ed89638757083cd6b5a566c3de8c6%2Fonscreenscenechangenode20241.png?alt=media)

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**](https://docs.incari.com/incari-studio/overview#scopes): **Project**.

## Attributes

![The On Screen Scene Change Node Attributes](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-0ae5ed497a8e06807f7a0e5a7a64380347a117e1%2Fonscreenscenechangeattributes.png?alt=media)

| 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**.                                                                                                         |
