home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 25 / nopv25.iso / 029A / DR_CPU95.ZIP / DR_CPU.EXE / DR_CPU.dxr / 00117.ls < prev    next >
Encoding:
Text File  |  1997-03-03  |  177 b   |  8 lines

  1. on exitFrame
  2.   put "Time: " & integer(15 - (the timer / 60)) into field "TheTime"
  3.   if the timer > (15 * 60) then
  4.     put "Time: 0" into field "TheTime"
  5.     go(82)
  6.   end if
  7. end
  8.