Graphics

 View Only
  • 1.  Counter Auto Advance?

    Posted 05-21-2015 13:27
    How would I script a counter to automatically keep increasing (counting up.) We are tracking the cost of a special session in our Statehouse and I need a counter to continuously run. Thanks!

    Chuck


  • 2.  RE: Counter Auto Advance?

    Posted 05-21-2015 13:43
    You could put a script event on a scene director and put a loop event on that scene director. The script would simply add 1 to the counter, and the loop event could be moved to the correct place on the scene director such that it increments at the right frequency.

    You could start that scene director playing using either visual logic, or a script on the scene itself.

    #XPression