Book Image

Mastering Adobe Captivate 2017 - Fourth Edition

By : Dr. Pooja Jaisingh, Damien Bruyndonckx
Book Image

Mastering Adobe Captivate 2017 - Fourth Edition

By: Dr. Pooja Jaisingh, Damien Bruyndonckx

Overview of this book

<p>Adobe Captivate is used to create highly engaging, interactive, and responsive eLearning content. This book gives you the expertise you need to reinforce your own professional-quality eLearning course modules.</p> <p>The book takes you through the production of three pieces of eLearning content. First, you will learn how to create a typical interactive Captivate project. This will give you the opportunity to review all Captivate objects one by one and uncover the application's main tools. Then, you will use the built-in capture engine of Captivate to create an interactive software simulation and a Video Demo that can be uploaded to your YouTube channel or published as an MP4 video. Finally, you will approach the advanced responsive features of Captivate to create a project that can be viewed on any device. At the end of the book, you will empower your workflow and projects with the most advanced features of the application, including variables, advanced actions, using Captivate with other applications, and more.</p> <p>This book is an advanced tutorial, containing all the assets required to build its sample projects. Self-exploration is encouraged through extra exercises, experimentation, and external references.</p>
Table of Contents (15 chapters)

Working with Advanced Actions

An Advanced Action is a small program that is executed at runtime by the JavaScript engine of the web browser or the Flash Player. These Advanced Actions can be used to manipulate the data contained in Variables, and to manipulate the objects of Captivate or even the project itself.

In Captivate, there are three families of Advanced Actions:

  • Standard Actions: These actions are simple procedures that are always executed the same way in a linear fashion.
  • Conditional Actions: These actions are a bit more complex. They can evaluate if a given condition is true or false and act accordingly. Consequently, they do not always perform the same set of actions each time they are executed.
  • Shared Actions: These actions can be reused throughout a given project or even shared across projects.

In the next exercise, you will create a couple of Standard Actions...