Forum Discussion
TechRockED
3 years agoCommunity Member
Formula calculation
Hi Everyone,
I need to perform a simple calculation in the storyline, which has the formula in it. On the first page, I have made the user to enter the inputs (x,y,z).
The Formula is (x/y)*z=P. ...
JudyNollet
3 years agoSuper Hero
Storyline can only do one math operation at a time. Thus, you need a sequence of triggers. Here's an example of how those might look:
Note: You can't have both "z" and "Z" variables. The program doesn't recognize the difference between upper- and lowercase letters in variable names.