home *** CD-ROM | disk | FTP | other *** search
/ Chip: Windows 95 / WIN95_CD.ISO / adds / medium / introdeu.dir / 00031.ls < prev    next >
Encoding:
Text File  |  1995-08-03  |  117 b   |  9 lines

  1. on exitFrame
  2.   if the timer < (60 * 6) then
  3.     go(the frame)
  4.   else
  5.     startTimer()
  6.     go(marker(1))
  7.   end if
  8. end
  9.