# On Slider Value Change

## Overview

![The On SliderValue Change Node.](https://4263346935-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FLnh3x8s9fddWeG8TaAug%2Fuploads%2Fgit-blob-01c3136416649788732da2ca8a31c32a0096f72e%2Fonslidervaluenode20241.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/2024.1/objects-and-types/scene2d-objects/gui/slider) changes.

[**Scope**](https://docs.incari.com/incari-studio/2024.1/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/2024.1/toolbox/incari/object/getslidervalue)
