Skip to content

Files

Latest commit

f31a2fd · Oct 31, 2020

History

History
29 lines (18 loc) · 663 Bytes

show-image.md

File metadata and controls

29 lines (18 loc) · 663 Bytes
description
Show an image

Show Image

Description

'show image <resource> [with [animations] [classes]]'

The image allows you to display an image. For character sprites, take a look at the show character action.

Action ID: Image

Reversible: Yes

Requires User Interaction: No

Examples

In case of images, they can be declared to use an identifier or you can also use the file's name. The root directory for images will always be img.

'show image flower center with fadeIn', // If flower is declared
'show image flower.png center with fadeIn' // If flower isn't declared