multiplying variables

Oct 12, 2012

here is a question for everyone.  Can you multiply one variable by another/

here wuld be the example.the variables would be in bold

Number of hours worked x 0.-465 = sick time earned

sick time earned - sick time used (entered by user) = sick balance

Sick balance * user entered amount = cash benefit

thanks for all your help

2 Replies
Kevin Thorn

What Phil said. 

While variables are quite powerful in Storyline, triggers only 'adjust' one variable at a time. You can add one variable to another or set the value of one variable to another, but you can conduct actual calculations within a trigger.

It's what I refer to as "Set and Pass"

SET

set var1 = typed value 1

set var2 = typed value 2

PASS

Button Triggers: Add var1 to var3 AND Add var2 to var3

Basic example attached

This discussion is closed. You can start a new discussion or contact Articulate Support.