# Set Media Progress

This **Node** can be used to navigate to a particular point of a **Media** **Object**. It has three different versions depending on the `Format` chosen. Find in the tabs below the documentation for all versions.

{% tabs %}
{% tab title="Frame" %}

### Overview

![The Set Media Progress Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-8500b594fe64ef159f526d6d82658646f17102c2%2Fsetmediaprogressnode20241frame.png?alt=media)

The **Set Media Progress Node** is used to navigate to a particular point of a **Media Object’s** progress in either `Frame Numbers`, `Percentage`, or `Seconds`.

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

### Attributes

![The Set Media Progress Node Attributes.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-b2e269cc02a25c33fdc2067eea51c69e23f67707%2Fsetmediaprogressattsreal.png?alt=media)

| Attribute | Type         | Description                                                                                                                                                  |
| --------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `Format`  | **Dropdown** | The format to be used when setting the **Media’s** progress. This can be either `Seconds`, `Percentage` or `Frame Numbers`. Here, `Frame Numbers` is chosen. |

### Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The ID of the **Object** to have its progress set.                    |
| `Frame Number`    | **Int**      | The `Frame Number` that should be navigated to.                       |

### 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. |
| {% endtab %}       |           |                                                                                                                                        |

{% tab title="Percentage" %}

### Overview

![The Set Media Progress Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-b73530bfb2be3d7d178a19b17a1f896f0ddd20f9%2Fsetmediaprogressnode20241percentage.png?alt=media)

The **Set Media Progress Node** is used to navigate to a particular point of a **Media Object’s** progress in either `Frame Numbers`, `Percentage`, or `Seconds`.

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

### Attributes

![The Set Media Progress Node Attributes.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-16c5ce1d587b708ea04e08a7f5fe87e14a9cceb8%2Fsetmediaprogressatts.png?alt=media)

| Attribute | Type         | Description                                                                                                                                                |
| --------- | ------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Format`  | **Dropdown** | The format to be used when setting the **Media’s** progress. This can be either `Seconds`, `Percentage`, or `Frame Numbers`. Here, `Percentage` is chosen. |

### Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The ID of the **Object** to have its progress set.                    |
| `Percentage`      | **Float**    | The `Percentage` value that should be navigated to.                   |

### 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. |
| {% endtab %}       |           |                                                                                                                                        |

{% tab title="Seconds" %}

### Overview

![The Set Media Progress Node.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-7b81165cd079643dd6fd9f9ec7b7db15a02812e7%2Fsetmediaprogressnode20241.png?alt=media)

The **Set Media Progress Node** is used to navigate to a particular point of a **Media Object’s** progress in either `Frame Numbers`, `Percentage`, or `Seconds`.

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

### Attributes

![The Set Media Progress Node Attributes.](https://1553081948-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FU990HLHWA30dTfELtDUK%2Fuploads%2Fgit-blob-16c5ce1d587b708ea04e08a7f5fe87e14a9cceb8%2Fsetmediaprogressatts.png?alt=media)

| Attribute | Type         | Description                                                                                                                                             |
| --------- | ------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `Format`  | **Dropdown** | The format to be used when setting the **Media’s** progress. This can be either `Seconds`, `Percentage`, or `Frame Numbers`. Here, `Seconds` is chosen. |

### Inputs

| Input             | Type         | Description                                                           |
| ----------------- | ------------ | --------------------------------------------------------------------- |
| *Pulse Input* (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `Object ID`       | **ObjectID** | The ID of the **Object** to have its progress set.                    |
| `Seconds`         | **Float**    | The `Seconds` value that should be navigated to.                      |

### 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. |
| {% endtab %}       |           |                                                                                                                                        |
| {% endtabs %}      |           |                                                                                                                                        |

## See Also

* [**Get Media Progress**](https://docs.incari.com/incari-studio/toolbox/incari/media/getmediaprogress)
