Book Image

Mastering Articulate Storyline

Book Image

Mastering Articulate Storyline

Overview of this book

Storyline is a powerful e-learning authoring tool that allows you to take your creativity to the next level. However, more often than not, projects don't require such complex interactions, leaving Storyline's full capabilities untapped. This book will provide you with the information you need to take your Storyline development up a notch by leveraging the full suite of possibilities Storyline has to offer. You will be provided with a refresher of the key concepts before we take you deep into the exciting world of enhanced interactivity, variables, and even some JavaScript—oh my! With downloadable activities, you can either follow along and compare your output, use the activities as they are, modify the activities to suit your own needs, or reverse-engineer the activities to better understand how they were developed.
Table of Contents (15 chapters)
Mastering Articulate Storyline
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Defining when the Action occurs


Once you've chosen the what and where of your trigger, you will need to specify the when. Within the Trigger Wizard, you will be able to choose from 17 options, which are broken down into four groups: Click Events, Timeline Events, Drag Drop Events, and Other Events:

  • User Clicks: The action will occur when the user clicks on an object.

  • User Double Clicks: The action will occur when the user double-clicks on an on object.

  • User Right Clicks: The action will occur when the user right-clicks on an object.

  • User Clicks Outside: The action will occur when the user clicks on outside of an object or objects.

  • Timeline Starts: The action will occur when the timeline starts.

  • Timeline Ends: The action will occur when the timeline ends.

  • Timeline Reaches: The action will occur when the timeline reaches a specified time.

  • Object Dragged Over: The action will occur when an object is dragged over another object or objects.

  • Object Dropped On: The action will occur when an object...