home *** CD-ROM | disk | FTP | other *** search
/ Super Net 1 / SUPERNET_1.iso / SUPERNET.EXE / SUPERNET.DXR / 00090.ls < prev    next >
Encoding:
Text File  |  1995-09-18  |  129 b   |  10 lines

  1. on mouseUp
  2.   go("tranz")
  3.   go("info")
  4.   startTimer()
  5.   repeat while the timer < (60 * 5)
  6.     nothing()
  7.   end repeat
  8.   quit()
  9. end
  10.