home *** CD-ROM | disk | FTP | other *** search
/ Backpacker 1 (Norsk) / backpacker.iso / pc / data / misc / bpk.dxr / 00230.ls < prev    next >
Encoding:
Text File  |  1995-02-28  |  141 b   |  9 lines

  1. on exitFrame
  2.   set T to the ticks + 300
  3.   repeat while T > the ticks
  4.     if the mouseDown then
  5.       exit repeat
  6.     end if
  7.   end repeat
  8. end
  9.