home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף נבחרי 95 / Top_95.iso / TOP95 / KIDS / FROGHOP / FROGHOP.EXE / FROGHOP.dxr / 00143.ls < prev    next >
Encoding:
Text File  |  1996-11-01  |  151 b   |  10 lines

  1. on exitFrame
  2.   global UPG
  3.   if UPG = 0 then
  4.     set TTIME to the timer
  5.     repeat while the timer < (TTIME + 180)
  6.     end repeat
  7.   end if
  8.   quit()
  9. end
  10.