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

  1. on mouseUp
  2.   global hoseGone5d
  3.   puppetSound("draweropen")
  4.   if hoseGone5d = 0 then
  5.     goto("drawerOpen")
  6.   else
  7.     goto("drawerClose")
  8.     wait(2)
  9.     goto("drawerEmpty")
  10.   end if
  11. end
  12.