Forum Discussion
RebeccaBazzle-5
3 years agoCommunity Member
Calculator with 3 decimal places
Hi Everyone,
What is the best way to add a calculator to a Storyline file that will calculate to the third decimal place? Any help would be greatly appreciated. Happy to purchase a template if y...
WaltHamilton
2 years agoSuper Hero
Yes. The execute Javascript is exactly like every other trigger, with a "what", "when", and optionally "conditions" component. The only difference is that it also has a "javascript" component, where you paste the script.
For it to work, SL has to have both "NumericEntry" and RoundedNum" variables. NumericEntry is a numeric variable, and RoundedNum is a text variable. They are both case sensitive, although there is nothing else essential about their names. You can change them, as long as the ones in the JS match the ones in SL.