# MoveBy Action

## Overview

![The MoveBy Action Node.](https://3009747178-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MIspkFTPkuGkv4UgQGs-1330240639%2Fuploads%2Fgit-blob-f0e07413e41da6d1784aae0ca931d1d3ad4c6502%2Fmovebyaction.png?alt=media)

The **MoveBy Action Node** moves an **Animation** by the relative values specified in the `Offset` for the `Duration` (in seconds), in either **Attributes** or **Inputs**.

## Attributes

| Attribute        | Type          | Description                                                                                |
| ---------------- | ------------- | ------------------------------------------------------------------------------------------ |
| `Offset`         | **Vector3**   | The amount to move the *position* of an **Animation** along the X, Y, Z axes.              |
| `Duration (sec)` | **Float**     | The total time of the **Action**.                                                          |
| `Interpolation`  | **Drop-down** | The `Interpolation` type. Can be Linear, Sine Ease In, Sine Ease Out, or Sine Ease In Out. |

## Inputs

| Input         | Type           | Description                                                                   |
| ------------- | -------------- | ----------------------------------------------------------------------------- |
| `Instance ID` | **InstanceID** | The assigned **Instance** of an **Object**.                                   |
| (►) `Start`   | **Pulse**      | A standard **Input Pulse**, to trigger the execution of the **Node**.         |
| `Object ID`   | **ObjectID**   | The ID of the target **Object**.                                              |
| `Duration`    | **Float**      | The total time (in seconds).                                                  |
| `Offset`      | **Vector3**    | The amount to move the *position* of an **Animation** along the X, Y, Z axes. |

## Outputs

| Output        | Type           | Description                                                                         |
| ------------- | -------------- | ----------------------------------------------------------------------------------- |
| `Instance ID` | **InstanceID** | The assigned **Instance** of an **Object**.                                         |
| `OnStart` (►) | **Pulse**      | Flows to additional actions following **MoveBy Action** when the **Action** starts. |
| `OnEnd` (►)   | **Pulse**      | Flows to additional actions following **MoveBy Action** when the **Action** stops.  |

## See Also

* [**MoveTo Action**](https://docs.incari.com/incari-studio/2021.1/toolbox/actions/movetoaction)

## External Links

* [*Position (geometry)*](https://en.wikipedia.org/wiki/Position_\(geometry\)) on Wikipedia.
