Skip to content

Files

Latest commit

f31a2fd · Oct 31, 2020

History

History
36 lines (22 loc) · 748 Bytes

hide-character.md

File metadata and controls

36 lines (22 loc) · 748 Bytes
description
Remove a character's sprite from screen

Hide Character

Description

'hide character <character_id> [with [animations] [classes]]'

The character action allows you to remove a character's sprite from the screen.

To show a character, check the Show Character action.

Action ID: Hide::Character

Reversible: Yes

Requires User Interaction: No

Examples

To hide a character, you only need the 'hide' command. Syntax: 'hide [Character Identifier] with [Animation]'

'hide character e'

You can also hide them with one of the exit animations available.

'hide character e with fadeOut'