---
title: "play"
canonical: "https://help.vicon.com/space/ShogunPost115/276206480/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/ShogunPost115/pages/276205954)
- [fastForward](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276213607)
- [getAnimEnd](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276210472)
- [getPlayEnd](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276212497)
- [getPlayStart](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276210963)
- [getTime](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276207590)
- [playOptions](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276213179)
- [playRange](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276205025)
- [setRangesFollowActiveClip](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276202902)
- [setTime](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276208391)
- [step](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276211823)
- [stepKey](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276212782)
- [stop](https://vicon-help.atlassian.net/wiki/spaces/ShogunPost115/pages/276208879)