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

  1. on mouseUp
  2.   global seton, invOn, invCurs, invMask, roverCapGone5d
  3.   if seton = 0 then
  4.     tell window "guest"
  5.       set temp to the frameLabel
  6.     end tell
  7.     if (temp = "5arc6NnoCap") and (roverCapGone5d = 2) then
  8.       if not (invCurs = (the castNum of sprite the clickOn + 1)) then
  9.         cursor([the castNum of sprite the clickOn + 1, the castNum of sprite the clickOn + 2])
  10.         updateStage()
  11.         set invCurs to the castNum of sprite the clickOn + 1
  12.         set invMask to the castNum of sprite the clickOn + 2
  13.         set invOn to 1
  14.       else
  15.         cursor(0)
  16.         updateStage()
  17.         set invCurs to 0
  18.         set invOn to 0
  19.       end if
  20.     else
  21.       Bri()
  22.     end if
  23.   end if
  24. end
  25.