» Fri Mar 19, 2010 1:27 am
In my mod, where you have so many seconds to get away from the blast zone when you blow up the boulders at the entrance, I only display the last 3 seconds in a message at the top of the screen. I also only perform the 'ShowMessage' once for each second, since I have a internal timer controlling when the message displays and when the explosion occurs.
I did it this way for the same resons noted above, how the messages are not 'exactly' a second. So, at 3.3 seconds out, I display the '3 second' message. At 2.2 seconds out, I display the '2 second' message. At 1.1 seconds out, I display the '1 second' message. And then Boom!.
For a two minute timers, you might consider displaying every 5 or 10 seconds until the last seconds are near.