# On Slider Value Change

## Overview

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

The **On SliderValue Change Node** is an **Event Listener** **Node** used for executing a **Logic Branch** when the current value of a [**Slider Object**](https://docs.incari.com/incari-studio/2023.2/objects-and-types/scene2d-objects/gui/slider) changes.

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

## Inputs

| Input             | Type         | Description                                                                        |
| ----------------- | ------------ | ---------------------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**.              |
| `Object ID`       | **ObjectID** | The **Slider Object** in which a change of value triggers the **Logic Branch**.    |
| `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. |
| `Value`            | **String**   | The new active value of the **Slider Object**.                                                                                         |
| `Object ID`        | **ObjectID** | The ID of the given **Slider Object**.                                                                                                 |

## See Also

* [**Get Slider Value**](https://docs.incari.com/incari-studio/2023.2/toolbox/incari/object/getslidervalue)
