# MoveInFromTop

## Overview

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

The **MoveInFromTop** **Node** creates a **Transition** from the current **Scene** to a chosen **Scene**. Starting off-screen, the chosen **Scene** moves in from the top of the **Screen**. This **Transition** leads to the chosen **Scene** covering the previous **Scene**, which remains static.

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

## Attributes

![The MoveInFromTop Node Attributes\*\*](https://2561100106-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff6JZovzOqBctA4C1o76u%2Fuploads%2Fgit-blob-17f9fe79f4e23ea0e5b981e7b7cd9175ae2c6e4c%2Fmoveinfromtopatts.png?alt=media)

| Attribute        | Type      | Description                                                                                |
| ---------------- | --------- | ------------------------------------------------------------------------------------------ |
| `Duration (sec)` | **Float** | The duration, in seconds, of the **Transition**, if none is given in the **Input Socket**. |

## Inputs

| Input       | Type         | Description                                                           |
| ----------- | ------------ | --------------------------------------------------------------------- |
| `Start` (►) | **Pulse**    | A standard **Input Pulse**, to trigger the execution of the **Node**. |
| `In Scene`  | **SceneID**  | The **Scene** to which the current **Scene** will **Transition** to.  |
| `Screen`    | **ScreenID** | The **Screen** that contains the initial and final **Scenes**.        |
| `Duration`  | **Float**    | The duration, in seconds, of the **Transition**.                      |

## Outputs

| Output        | Type      | Description                                                                            |
| ------------- | --------- | -------------------------------------------------------------------------------------- |
| `OnStart` (►) | **Pulse** | Flows to the next **Node** following **MoveInFromTop** when the **Transition** starts. |
| `OnEnd` (►)   | **Pulse** | Flows to the next **Node** following **MoveInFromTop** when the **Transition** ends.   |

## See Also

* [**MoveInFromBottom**](https://docs.incari.com/incari-studio/2023.2/toolbox/transition/moveinfromtop)
* [**MoveInFromLeft**](https://docs.incari.com/incari-studio/2023.2/toolbox/transition/moveinfromleft)
* [**MoveInFromRight**](https://docs.incari.com/incari-studio/2023.2/toolbox/transition/moveinfromright)
