Images can be used in a variety of ways in Tales Stories, all to great effect.

Individual items a player interacts with can be shown without a background, making great clues, symbols, and things that the player can “pick up” and hold in their inventory.

https://talescreator.com/wp-content/uploads/2018/12/item_00087.png

https://talescreator.com/wp-content/uploads/2018/12/item_00108.png

You can add in images that capture a moment in great (and artistically stylish) detail. This can be the perfect way to show off an iconic moment, an action scene, or a monster.

https://talescreator.com/wp-content/uploads/2019/01/item_00517-206x300.jpg

https://talescreator.com/wp-content/uploads/2019/01/item_00430-206x300.jpg

https://talescreator.com/wp-content/uploads/2019/01/item_00452-206x300.jpg

Inserting Images

NARRATOR
Drusilla turns from you for a moment. When she turns back, she holds a tightly rolled scroll in her hand.

[image: PLAN_SCROLL_SEALED]

Advanced Image Parameters (only available in code editor)

NOTE: Story editor, our code-free editor, can often alter these parameters. If you are designing your story to use advanced image parameters, make sure to work in code editor at all times.

Image Behavior: Uploading Images

You may have created an image of your own, or found a publicly available image (that is available for commercial use) that you want to include in your story. You can add that image to your story easily!

In the code editor when you click the "+Add New" image button in the asset window,
you simply click "upload existing" and can add your own image to the image assets
of your story! 

Screenshot 2023-03-03 at 2.23.30 PM.png

Animation: Fade in/out

Each image fades in by default over 0.5 seconds.

If you want to override this value. For instance a message appearing over 3 seconds

You feel a message coming through from Melissandre.

[image: MESSAGE -fadein 3]

You may want an image to fade away out of view once it’s been seen by the player/reader. Let’s say your character is seeing a magical message written in the air, but once they’ve read it and tap it disappears over 5 seconds.

You feel a message coming through from Melissandre.

[image: DISAPPEARING_MESSAGE -fadeout 5]

Animation: Zoom in/out