Working with Storyboards

A storyboard is a sequence of screens that shows how the UI changes in time as the result of user actions. For example you can use them to show the steps of a checkout process or prototype a wizard dialog. You can also use them for more complex things like UI animations produced by AJAX events in a web application. Storyboards are saved in files with .story extension.

Storyboards provide a screenflow view that lets you visualize complex navigation flows between screens in a more graphical way.

You can also use storyboards for their multi-page PDF and HTML export capability. Just create a storyboard with desired screens and then export them.

Use F5 to launch a full-screen presentation of your storyboard.

Contents


Next: Linking Screens