playMaker

Author Topic: Show Wait action's countdown as slider/bar[SOLVED]  (Read 1531 times)

Neikke

  • Full Member
  • ***
  • Posts: 134
Show Wait action's countdown as slider/bar[SOLVED]
« on: October 18, 2017, 11:28:12 AM »
I have Wait action set to TimeToWait global variable. I'm setting a Float value for this TimeToWait variable to be 5 at runtime start. What I would like to do is show this countdown visually with slider.

So I hooked up a slider with TimeToWait as Slider's Value parameter. When I have my Wait action activated in State, I do Float Add: -1 to subtract from 5. Is it the right approach or are there better ways? Thanks!
« Last Edit: October 26, 2017, 02:27:46 AM by jeanfabre »

Deek

  • Full Member
  • ***
  • Posts: 133
Re: Show Wait action's countdown as slider/bar
« Reply #1 on: October 18, 2017, 12:00:22 PM »
You are looking for the "Countdown Timer" Action (available in the Ecosystem or my attachment).

Neikke

  • Full Member
  • ***
  • Posts: 134
Re: Show Wait action's countdown as slider/bar
« Reply #2 on: October 19, 2017, 06:45:15 AM »
You are looking for the "Countdown Timer" Action (available in the Ecosystem or my attachment).

That's exactly what I needed!!! Thank you so much!!!