Screen.StartTimer

 Screen.StartTimer ( number Interval

 )

Example 1

Screen.StartTimer(1500);

 Starts a timer on the current screen and sets it to fire once every 1.5 seconds.

Example 2

Screen.StartTimer(nTimerInterval);

 Starts a timer on the current screen and sets it to fire at the interval specified in the variable 'nTimerInterval'.

See also:  Related Actions