Countdown Timer

NicholasSeahNicholasSeah Member Posts: 68
edited March 2012 in Working with GS (Mac)
Helllooo All :D

I was wondering, How do I make a Countdown timer in a descending order?

Thanks :)

Comments

  • JohnPapiomitisJohnPapiomitis Member Posts: 6,256
    creat an attribute called timer. Set it to the ammount of seconds you want it to be. Ill use 2 minutes as an example. So youll have timer set to 120.

    Then when you start the game, have a rule if attribute timer is > 0, every 1 second change attribute timer to timer-1

    Then to reset it just change the timer attribute back to whatever you set it at.
  • NicholasSeahNicholasSeah Member Posts: 68
    Thanks A lot! :D
Sign In or Register to comment.