Number Increase
February 14, 2013 12:00 AM
I am working on a project that represents a vat being filled with milk. As the fat fills with milk, number of lbs increases which is reflected in numeric values. How do I show with a variable numbers increasing or being multiplied by let's say 50 every 2 seconds?
Is there a variable for this? Or is it JavaScript?
Any help is greatly appreciated.
Regards
Discussion (1)
There is an elapsed time variable. I think if you create an action with on show modify variable which multiplies by 50. Then create a second action that sets the output to = the multiply variable with a condition set on the action to only do it when the elasped time is equal to xxx
That should work
Discussions have been disabled for this post