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

  1. on mouseUp
  2.   global hoseSet5d, genCapGone5d, hoseGone5d, invList
  3.   if (hoseGone5d = 1) and ((invList contains "tube") = 0) then
  4.     preLoadCast("5arc6NE")
  5.     preLoadCast("5arc6N")
  6.     goto("5arc6NE")
  7.     goto("5arc6Nhose")
  8.   else
  9.     if hoseSet5d = 1 then
  10.       preLoadCast("5arc6NE")
  11.       preLoadCast("5arc6N")
  12.       goto("5arc6NE")
  13.       goto("5arc6Nhose")
  14.     else
  15.       if genCapGone5d = 0 then
  16.         navLeft()
  17.       else
  18.         preLoadCast("5arc6NE")
  19.         preLoadCast("5arc6N")
  20.         goto("5arc6NE")
  21.         goto("5arc6NnoCap")
  22.       end if
  23.     end if
  24.   end if
  25. end
  26.