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

  1. on mouseUp
  2.   global genCapGone5d, hoseGone5d, genOn5d, invList
  3.   if genOn5d = 1 then
  4.     puppetSound(0)
  5.     forward(0, "5arc6Na")
  6.   else
  7.     if (hoseGone5d = 1) and ((invList contains "tube") = 0) then
  8.       forward(0, "5arc6Nhose")
  9.     else
  10.       if genCapGone5d = 0 then
  11.         forward(0, "5arc6N")
  12.       else
  13.         forward(0, "5arc6NnoCap")
  14.       end if
  15.     end if
  16.   end if
  17. end
  18.