home *** CD-ROM | disk | FTP | other *** search
/ 1&1 Multimedia Trend 1996 10 B / MM_TREND.ISO / prog / intro / intro.exe / intro.DXR / 00036.ls < prev    next >
Encoding:
Text File  |  1996-08-16  |  99 b   |  8 lines

  1. on exitFrame
  2.   if the timer > (18 * 60) then
  3.     go("total")
  4.   else
  5.     go(the frame)
  6.   end if
  7. end
  8.