home *** CD-ROM | disk | FTP | other *** search
/ תקליטור אוסף מעל 200 משחקים מרתקים / over-200-games-micro-a-media.iso / CONNECTD / 05DD.DXR / 00400.ls < prev    next >
Encoding:
Text File  |  1996-01-12  |  354 b   |  18 lines

  1. on exitFrame
  2.   global codeInInv5d, genOn5d, doneFaxUp5d
  3.   if (codeInInv5d = 0) and (genOn5d = 1) then
  4.     startTimer()
  5.     repeat while the timer < 40
  6.       nothing()
  7.     end repeat
  8.     puppetSound("Fax Begins")
  9.     updateStage()
  10.     checksound(1)
  11.     puppetSound("Fax Feed")
  12.     goto("fax")
  13.     set doneFaxUp5d to 1
  14.   else
  15.     mouseCheck()
  16.   end if
  17. end
  18.