How to use default stopwatch
The default user interface includes a stopwatch that can be programmatically set and started. This is accomplished using the following functions:
Stopwatch_StartCountdown(hours, minutes, seconds)
Stopwatch_Play()
Snippet
-- Add a ten minute countdown to the stopwatch and start it Stopwatch_StartCountdown(0,10,0) Stopwatch_Play()
Posted by Mikma at Mon, 27 Apr 2009 10:44:16 +0000