Forum Discussion
KevinMcGrath
2 years agoCommunity Member
Creating the sum of multiple sliders
I am looking for a simple way to create the sum of multiple sliders (Slider A = 5, Slider B = 2, SUM = 7). The sum should increase/decrease as each slider moves. How can I do this in Storyline?
PhilMayor
Super Hero
create a new number variable(total). I would do on a layer.
Add triggers
Set total to 0
Add slider a to total
add slider b to total
add slider c to total
hide this layer
Then set triggers to show layer when variable of slider a, b and c changes (will be 3 triggers)
KevinMcGrath
2 years agoCommunity Member
Thanks Phil, got it and working!