Forum Discussion
AndrewJGibson
5 months agoCommunity Member
Adding Up RNG Outputs on a Slide in Storyline 360
Basically, I am building an interactive kiosk program that is intended to be used as a pitch accessory when demoing to potential clients. I am working on a screen that breaks down the fees associate...
WaltHamilton
5 months agoSuper Hero
Andrew says, "ADJUST VARIABLE. Set totalCount equal to the value of <variable1> and the value of <variable2> etc etc" - Note that this cannot be done all at once. each variable must be added to totalCount individually:
ADJUST VARIABLE Add <variable1> to totalCount
ADJUST VARIABLE Add <variable2> to totalCount, etc with a separate trigger for each variable.