Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 675 Bytes

hide-image.md

File metadata and controls

33 lines (20 loc) · 675 Bytes

Hide Image

Description

'hide image <image_id> [with [animations] [classes]]'

The character action allows you to remove an image from the screen.

To show an image, check the Show Image action.

Action ID: Hide::Image

Reversible: Yes

Requires User Interaction: No

Examples

To hide this images, you'll use the hide command as well.

'hide image flower', // If flower is declared
'hide image flower.png' // If flower isn't declared

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

'hide image flower with fadeOut'