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

  1. on mouseUp
  2.   global invOn, roverCapGone5d
  3.   if invOn = 0 then
  4.     if roverCapGone5d = 0 then
  5.       forward(0, "5arc7a")
  6.     else
  7.       if roverCapGone5d = 1 then
  8.         forward(0, "5arc7b")
  9.       else
  10.         forward(0, "5arc7c")
  11.         pass()
  12.       end if
  13.     end if
  14.   else
  15.     if (invOn = 1) and (roverCapGone5d = 2) then
  16.       set invOn to 0
  17.       goto("5Arc6Nhose")
  18.       tell the stage
  19.         removeInventory("Tube")
  20.       end tell
  21.     end if
  22.   end if
  23. end
  24.