Help with Javascript / advanced action to avoid parameter input every time

For every slide, I have a layer named “circle_number” and a layer named “error_number” where “number” is assigned by Captivate. Let’s say there is a clickbox on the stage: “click_box_number”, again “number” assigned by Captivate.

Is there a way to implement an advanced/shared action or javascript so that I do not have to fill out parameters on each and every slide?

For example, in English-script (I don’t know javascript)

var MyCircle = circle_number;

var MyError = error_number;

var MyClickbox = click_box_number;

if MyClickbox is hit (

show “MyCircle” and “MyError”

);

Thanks!

The post Help with Javascript / advanced action to avoid parameter input every time appeared first on eLearning.

Read the full story by

Tags:

RELATED READS
Sharing Adobe Captivate project Invoice missing
We are updating our Privacy Policy, so please make sure you take a minute to review it. As of May 25, 2018 your continued use of our services will be subject to this new Privacy Policy.
Review Privacy Policy OK