---
title: "play"
canonical: "https://help.vicon.com/space/Shogun17/13536890/play"
format: markdown
---
# Description

The play command initiates playback of the animation in the scene.

## Functional area

Playback control

# Command syntax

## Syntax

|  |
| --- |
| `play [-backwards] [-t]` |

### Arguments

None

### Flags

| **Name** | **Flag arguments** | **Argument type** | **Exclusive to** | **Comments** |
| --- | --- | --- | --- | --- |
| `backwards` | 0 | — | — | Backward |
| `t` | 0 | — | — | Toggle play/stop |

## Return value

void

## Examples

```plaintext
play -backwards;
// Play the scene animation backwards.
```

> Macro (scroll-pagebreak)

# Additional information

## Related commands

- [animRange](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13537699)
- [fastForward](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13540527)
- [getAnimEnd](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13536505)
- [getPlayEnd](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13536659)
- [getPlayStart](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13536657)
- [getTime](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13537044)
- [playOptions](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13540542)
- [playRange](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13536883)
- [setRangesFollowActiveClip](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13537142)
- [setTime](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13537170)
- [step](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13537473)
- [stepKey](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13537485)
- [stop](https://vicon-help.atlassian.net/wiki/spaces/Shogun17/pages/13537535)