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

  1. on saveGame
  2.   global window, scene, chain, invList, inv1, inv2, inv3, inv4, inv5, saveMovie, SavePath, saveGlobal, tempSave, JDspecial, thisnode, thisdir, saveRootPath, saveWinPath, gender, holdBin, CD, hintsOn, level, SaveFrame, savePlace, seton, QTon, invOn, invCurs, invMask, Bri, ram, special, pal, savePal, cursorGone, helpOn, dither4b, gears4c, tables4d, temp4d, whence5a, hieCode5c, matches5d, password5d, firstTap4b, tapDone4b, waterRun4c, nolense4c, notecounter4c, demonGone4c, pulpitUp4c, startSound4c, gearSound4c, firstCast4c, firstSprite4c, secondSprite4c, onGear4c, four4c, six4c, eight4c, firstGearNum4c, lastGearNum4c, gear80Num4c, gear60Num4c, gear40Num4c, hunchDown4c, hunchHappy4c, firstEmpty4d, lenseInScope4d, watchSet4d, galileo4d, lunch4d, wrapOn4d, cap4d, JBate4d, gotMap4d, shrinkRap4d, firstMom5a, cupOne5a, cupTwo5a, cupsDone5a, gotLoin5a, gotTherm5a, therm5a, ovenOn5a, atFish5a, fedFish5a, guardrap5b, emptybath5b, pharbathdone5b, slaveGone5c, QTnum5c, matchCount5d, letterCount5d, hoseGone5d, roverCapGone5d, genCapGone5d, doneFaxUp5d, hoseSet5d, arcGone5d, tentQT5d, phone5d, codeInInv5d, codeOnPole5d, genOn5d, state5e, lens5e, sticks5e, mirror5e, winVers
  3.   cursor(4)
  4.   set tempSave to EMPTY
  5.   if QTon = 1 then
  6.     set savePal to pal
  7.   else
  8.     set savePal to the framePalette
  9.   end if
  10.   tell window "guest"
  11.     set SaveFrame to the frame
  12.     set saveMovie to the movie
  13.     set SavePath to the pathName
  14.   end tell
  15.   repeat with c = 1 to the number of items in saveGlobal
  16.     put RETURN & value(item c of saveGlobal) after tempSave
  17.   end repeat
  18.   delete line 1 of tempSave
  19.   if winVers = 1 then
  20.     set savedFile to FileIO(mnew, "?Write", "name")
  21.   else
  22.     set savedFile to FileIO(mnew, "?Write", "Connections 1")
  23.   end if
  24.   if not objectp(savedFile) then
  25.     set theProblem to string(savedFile)
  26.     if not (theProblem = -43) then
  27.       alert("Sorry, save did not work.  Be sure to save to an unlocked volume.")
  28.     end if
  29.     cursor(200)
  30.     cursor(0)
  31.     updateStage()
  32.     set the castNum of sprite 20 to the number of cast "dot"
  33.     set the castNum of sprite 21 to the number of cast "dot"
  34.     set the castNum of sprite 22 to the number of cast "dot"
  35.     tell window "guest"
  36.       if (QTon = 1) and (level = 1) then
  37.         set the visible of sprite 2 to 1
  38.       end if
  39.       continue()
  40.       go(value(SaveFrame))
  41.       set the castNum of sprite 48 to the number of cast "dot"
  42.     end tell
  43.     set seton to 0
  44.     cursor(200)
  45.     cursor(0)
  46.     updateStage()
  47.     exit
  48.   end if
  49.   put "**DCI LEVEL " & level & "**" & RETURN before tempSave
  50.   savedFile(mWriteString, string(tempSave))
  51.   if not (winVers = 1) then
  52.     savedFile(mSetFinderInfo, "TEXT", "LUMI")
  53.   end if
  54.   savedFile(mdispose)
  55.   set the castNum of sprite 20 to the number of cast "dot"
  56.   set the castNum of sprite 21 to the number of cast "dot"
  57.   set the castNum of sprite 22 to the number of cast "dot"
  58.   tell window "guest"
  59.     continue()
  60.     go(value(SaveFrame))
  61.     set the castNum of sprite 48 to the number of cast "dot"
  62.   end tell
  63.   set seton to 0
  64.   cursor(200)
  65.   cursor(0)
  66.   updateStage()
  67. end
  68.  
  69. on loadGame
  70.   global window, scene, chain, invList, inv1, inv2, inv3, inv4, inv5, saveMovie, SavePath, saveGlobal, tempSave, JDspecial, thisnode, thisdir, saveRootPath, saveWinPath, gender, holdBin, CD, hintsOn, level, SaveFrame, savePlace, seton, QTon, invOn, invCurs, invMask, Bri, ram, special, pal, savePal, cursorGone, helpOn, dither4b, gears4c, tables4d, temp4d, whence5a, hieCode5c, matches5d, password5d, firstTap4b, tapDone4b, waterRun4c, nolense4c, notecounter4c, demonGone4c, pulpitUp4c, startSound4c, gearSound4c, firstCast4c, firstSprite4c, secondSprite4c, onGear4c, four4c, six4c, eight4c, firstGearNum4c, lastGearNum4c, gear80Num4c, gear60Num4c, gear40Num4c, hunchDown4c, hunchHappy4c, firstEmpty4d, lenseInScope4d, watchSet4d, galileo4d, lunch4d, wrapOn4d, cap4d, JBate4d, gotMap4d, shrinkRap4d, firstMom5a, cupOne5a, cupTwo5a, cupsDone5a, gotLoin5a, gotTherm5a, therm5a, ovenOn5a, atFish5a, fedFish5a, guardrap5b, emptybath5b, pharbathdone5b, slaveGone5c, QTnum5c, matchCount5d, letterCount5d, hoseGone5d, roverCapGone5d, genCapGone5d, doneFaxUp5d, hoseSet5d, arcGone5d, tentQT5d, phone5d, codeInInv5d, codeOnPole5d, genOn5d, state5e, lens5e, sticks5e, mirror5e, saveJDspecial, saveSpecial, winVers
  71.   set saveJDspecial to JDspecial
  72.   set saveSpecial to special
  73.   sound stop 1
  74.   sound stop 2
  75.   if winVers = 1 then
  76.     set savedFile to FileIO(mnew, "?Read", "TXT")
  77.   else
  78.     set savedFile to FileIO(mnew, "?Read", "TEXT")
  79.   end if
  80.   if not objectp(savedFile) then
  81.     set theProblem to string(savedFile)
  82.     if not (theProblem = -43) then
  83.       alert("Sorry, load did not work.")
  84.     end if
  85.     cursor(200)
  86.     cursor(0)
  87.     updateStage()
  88.     set the castNum of sprite 20 to the number of cast "dot"
  89.     set the castNum of sprite 21 to the number of cast "dot"
  90.     set the castNum of sprite 22 to the number of cast "dot"
  91.     tell window "guest"
  92.       continue()
  93.       go(value(SaveFrame))
  94.       set the castNum of sprite 48 to the number of cast "dot"
  95.     end tell
  96.     set seton to 0
  97.     cursor(200)
  98.     cursor(0)
  99.     updateStage()
  100.     exit
  101.   end if
  102.   cursor(4)
  103.   tell window "guest"
  104.     updateStage()
  105.   end tell
  106.   updateStage()
  107.   set holdBin to savedFile(mReadLine)
  108.   if holdBin starts "**DCI LEVEL" then
  109.     put savedFile(mReadFile) after holdBin
  110.     if (holdBin starts "**DCI LEVEL 1") or (holdBin starts "**DCI LEVEL 2") or (holdBin starts "**DCI LEVEL 3") then
  111.       tell window "guest"
  112.         go(1, saveRootPath & "000")
  113.       end tell
  114.       go("swapCD", saveRootPath & "launcher")
  115.       savedFile(mdispose)
  116.       cursor(200)
  117.       cursor(0)
  118.       updateStage()
  119.       exit
  120.     end if
  121.     if holdBin starts "**DCI LEVEL 4" then
  122.       set endRepeat to 18
  123.       put4()
  124.     else
  125.       if holdBin starts "**DCI LEVEL 5" then
  126.         set endRepeat to 18
  127.         put5()
  128.       end if
  129.     end if
  130.     set saveDispose to saveGlobal
  131.     delete line 1 of holdBin
  132.     repeat with c = 1 to endRepeat
  133.       set doThing to "set" && item 1 of saveDispose && "= "
  134.       put QUOTE & line 1 of holdBin & QUOTE after doThing
  135.       do(string(doThing))
  136.       delete item 1 of saveDispose
  137.       delete line 1 of holdBin
  138.     end repeat
  139.     set loopCount to the number of items in saveDispose
  140.     repeat with c = 1 to loopCount
  141.       set doThing to "put value(" & line 1 of holdBin & ") into" && item 1 of saveDispose
  142.       do(string(doThing))
  143.       delete item 1 of saveDispose
  144.       delete line 1 of holdBin
  145.     end repeat
  146.     set seton to 0
  147.     setPups()
  148.     set restoreJDspecial to JDspecial
  149.     set restoreSpecial to special
  150.     if saveJDspecial <> EMPTY then
  151.       tell window "guest"
  152.         killSpecial()
  153.       end tell
  154.       set saveJDspecial to EMPTY
  155.     end if
  156.     repeat with x = 1 to 12
  157.       if saveSpecial = x then
  158.         set killThing to "killSpecial"
  159.         put x after killThing
  160.         tell window "guest"
  161.           do(killThing)
  162.         end tell
  163.         set saveSpecial to 0
  164.       end if
  165.     end repeat
  166.     set JDspecial to restoreJDspecial
  167.     set special to restoreSpecial
  168.     tell window "guest"
  169.       go("loadFrame")
  170.     end tell
  171.     sound stop 1
  172.     sound stop 2
  173.     go("loading")
  174.     tell window "guest"
  175.       go("setUp", SavePath & saveMovie)
  176.     end tell
  177.     if savePal = -1 then
  178.       puppetPalette("System", 60)
  179.     else
  180.       preLoadCast(savePal)
  181.       puppetPalette(savePal, 60)
  182.     end if
  183.     go("main" & level)
  184.     setChain()
  185.     setInventory()
  186.     savedFile(mdispose)
  187.     cursor(200)
  188.     cursor(0)
  189.     updateStage()
  190.     exit
  191.   else
  192.     alert("This is not a proper Connections Game File.")
  193.     savedFile(mdispose)
  194.     cursor(200)
  195.     cursor(0)
  196.     updateStage()
  197.     continue()
  198.     exit
  199.   end if
  200. end
  201.  
  202. on setUp
  203.   global JDspecial, special, QTon, saveQT, savePlace, SaveFrame, helpOn
  204.   if JDspecial <> EMPTY then
  205.     setSpecial(JDspecial)
  206.   end if
  207.   repeat with x = 1 to 12
  208.     if special = x then
  209.       set setThing to "setSpecial"
  210.       put x after setThing
  211.       do(setThing)
  212.     end if
  213.   end repeat
  214.   if QTon = 1 then
  215.     set SaveFrame to savePlace
  216.     set QTon to 0
  217.     set saveQT to EMPTY
  218.   end if
  219.   if helpOn = 1 then
  220.     set SaveFrame to savePlace
  221.     set helpOn to 0
  222.   end if
  223.   go(value(SaveFrame))
  224.   setLocal()
  225. end
  226.  
  227. on resumeLoad
  228.   global window, scene, chain, invList, inv1, inv2, inv3, inv4, inv5, saveMovie, SavePath, saveGlobal, tempSave, JDspecial, thisnode, thisdir, saveRootPath, saveWinPath, gender, holdBin, CD, hintsOn, level, SaveFrame, savePlace, seton, QTon, invOn, invCurs, invMask, Bri, ram, special, pal, savePal, cursorGone, helpOn, dither4b, gears4c, tables4d, temp4d, whence5a, hieCode5c, matches5d, password5d, firstTap4b, tapDone4b, waterRun4c, nolense4c, notecounter4c, demonGone4c, pulpitUp4c, startSound4c, gearSound4c, firstCast4c, firstSprite4c, secondSprite4c, onGear4c, four4c, six4c, eight4c, firstGearNum4c, lastGearNum4c, gear80Num4c, gear60Num4c, gear40Num4c, hunchDown4c, hunchHappy4c, firstEmpty4d, lenseInScope4d, watchSet4d, galileo4d, lunch4d, wrapOn4d, cap4d, JBate4d, gotMap4d, shrinkRap4d, firstMom5a, cupOne5a, cupTwo5a, cupsDone5a, gotLoin5a, gotTherm5a, therm5a, ovenOn5a, atFish5a, fedFish5a, guardrap5b, emptybath5b, pharbathdone5b, slaveGone5c, QTnum5c, matchCount5d, letterCount5d, hoseGone5d, roverCapGone5d, genCapGone5d, doneFaxUp5d, hoseSet5d, arcGone5d, tentQT5d, phone5d, codeInInv5d, codeOnPole5d, genOn5d, state5e, lens5e, sticks5e, mirror5e, saveJDspecial, saveSpecial
  229.   if holdBin starts "**DCI LEVEL 4" then
  230.     set endRepeat to 18
  231.     put4()
  232.   else
  233.     if holdBin starts "**DCI LEVEL 5" then
  234.       set endRepeat to 18
  235.       put5()
  236.     end if
  237.   end if
  238.   set saveDispose to saveGlobal
  239.   delete line 1 of holdBin
  240.   repeat with c = 1 to endRepeat
  241.     set doThing to "set" && item 1 of saveDispose && "= "
  242.     put QUOTE & line 1 of holdBin & QUOTE after doThing
  243.     do(string(doThing))
  244.     delete item 1 of saveDispose
  245.     delete line 1 of holdBin
  246.   end repeat
  247.   set loopCount to the number of items in saveDispose
  248.   repeat with c = 1 to loopCount
  249.     set doThing to "put value(" & line 1 of holdBin & ") into" && item 1 of saveDispose
  250.     do(string(doThing))
  251.     delete item 1 of saveDispose
  252.     delete line 1 of holdBin
  253.   end repeat
  254.   set seton to 0
  255.   setPups()
  256.   tell window "guest"
  257.     go("setUp", SavePath & saveMovie)
  258.   end tell
  259.   if savePal = -1 then
  260.     puppetPalette("System", 60)
  261.   else
  262.     preLoadCast(savePal)
  263.     puppetPalette(savePal, 60)
  264.   end if
  265.   go("main" & level)
  266.   setChain()
  267.   setInventory()
  268.   cursor(200)
  269.   cursor(0)
  270.   updateStage()
  271. end
  272.  
  273. on testInit whichLevel
  274.   global window, scene, chain, invList, inv1, inv2, inv3, inv4, inv5, saveMovie, SavePath, saveGlobal, tempSave, JDspecial, thisnode, thisdir, level, SaveFrame, savePlace, seton, QTon, invOn, invCurs, invMask, Bri, ram, special, pal, savePal, cursorGone, helpOn, dither4b, gears4c, tables4d, temp4d, whence5a, hieCode5c, matches5d, password5d, firstTap4b, tapDone4b, waterRun4c, nolense4c, notecounter4c, demonGone4c, pulpitUp4c, startSound4c, gearSound4c, firstCast4c, firstSprite4c, secondSprite4c, onGear4c, four4c, six4c, eight4c, firstGearNum4c, lastGearNum4c, gear80Num4c, gear60Num4c, gear40Num4c, hunchDown4c, hunchHappy4c, firstEmpty4d, lenseInScope4d, watchSet4d, galileo4d, lunch4d, wrapOn4d, cap4d, JBate4d, gotMap4d, shrinkRap4d, firstMom5a, cupOne5a, cupTwo5a, cupsDone5a, gotLoin5a, gotTherm5a, therm5a, ovenOn5a, atFish5a, fedFish5a, guardrap5b, emptybath5b, pharbathdone5b, slaveGone5c, QTnum5c, matchCount5d, letterCount5d, hoseGone5d, roverCapGone5d, genCapGone5d, doneFaxUp5d, hoseSet5d, arcGone5d, tentQT5d, phone5d, codeInInv5d, codeOnPole5d, genOn5d, state5e, lens5e, sticks5e, mirror5e
  275.   set window to EMPTY
  276.   set scene to EMPTY
  277.   set chain to "0,0,0,0,0,0,0,0"
  278.   set invList to "0,0,0,0,0"
  279.   set inv1 to EMPTY
  280.   set inv2 to EMPTY
  281.   set inv3 to EMPTY
  282.   set inv4 to EMPTY
  283.   set inv5 to EMPTY
  284.   set saveMovie to EMPTY
  285.   set SavePath to EMPTY
  286.   set saveGlobal to EMPTY
  287.   set tempSave to EMPTY
  288.   set JDspecial to EMPTY
  289.   set thisnode to EMPTY
  290.   set thisdir to EMPTY
  291.   set level to whichLevel
  292.   set SaveFrame to 0
  293.   set savePlace to 0
  294.   set seton to 0
  295.   set QTon to 0
  296.   set invOn to 0
  297.   set invCurs to 0
  298.   set invMask to 0
  299.   set Bri to 0
  300.   set ram to 2000
  301.   set special to 0
  302.   set pal to 0
  303.   set savePal to 0
  304.   set cursorGone to 0
  305.   set helpOn to 0
  306.   if whichLevel = 4 then
  307.     set dither4b to "R,R,R,R,R,R,R,R,R,R,R,R,R,R,R,R,R,R,R,R,R,R,R,R,R"
  308.     set gears4c to "80,60,80,40,60,80,60,40,60"
  309.     set tables4d to "0,1,1,1,1,1,0,1,0"
  310.     set temp4d to "0,0,0,0,0,0,0,0,0"
  311.   else
  312.     if whichLevel = 5 then
  313.       set whence5a to EMPTY
  314.       set hieCode5c to "0,0"
  315.       set matches5d to "0,0,0,0,0,0,0,0,0,0,0,0,0,0,0"
  316.       set password5d to "0,0,0,0"
  317.     end if
  318.   end if
  319.   if whichLevel = 4 then
  320.     set firstTap4b to 0
  321.     set tapDone4b to 0
  322.     set waterRun4c to 0
  323.     set nolense4c to 0
  324.     set notecounter4c to 0
  325.     set demonGone4c to 0
  326.     set pulpitUp4c to 0
  327.     set startSound4c to 0
  328.     set gearSound4c to 0
  329.     set firstCast4c to 0
  330.     set firstSprite4c to 0
  331.     set secondSprite4c to 0
  332.     set onGear4c to 0
  333.     set four4c to 0
  334.     set six4c to 0
  335.     set eight4c to 0
  336.     set firstGearNum4c to 0
  337.     set lastGearNum4c to 0
  338.     set gear80Num4c to 0
  339.     set gear60Num4c to 0
  340.     set gear40Num4c to 0
  341.     set hunchDown4c to 0
  342.     set hunchHappy4c to 0
  343.     set firstEmpty4d to 0
  344.     set lenseInScope4d to 0
  345.     set watchSet4d to 0
  346.     set galileo4d to 0
  347.     set lunch4d to 0
  348.     set wrapOn4d to 0
  349.     set cap4d to 0
  350.     set JBate4d to 0
  351.     set gotMap4d to 0
  352.     set shrinkRap4d to 0
  353.   else
  354.     if whichLevel = 5 then
  355.       set firstMom5a to 0
  356.       set cupOne5a to 0
  357.       set cupTwo5a to 0
  358.       set cupsDone5a to 0
  359.       set gotLoin5a to 0
  360.       set gotTherm5a to 0
  361.       set therm5a to 1
  362.       set ovenOn5a to 0
  363.       set atFish5a to 0
  364.       set fedFish5a to 0
  365.       set guardrap5b to 0
  366.       set emptybath5b to 0
  367.       set pharbathdone5b to 0
  368.       set slaveGone5c to 0
  369.       set QTnum5c to 1
  370.       set matchCount5d to 0
  371.       set letterCount5d to 0
  372.       set hoseGone5d to 0
  373.       set roverCapGone5d to 0
  374.       set genCapGone5d to 0
  375.       set doneFaxUp5d to 0
  376.       set hoseSet5d to 0
  377.       set arcGone5d to 0
  378.       set tentQT5d to 0
  379.       set phone5d to 0
  380.       set codeInInv5d to 0
  381.       set codeOnPole5d to 0
  382.       set genOn5d to 0
  383.       set state5e to 0
  384.       set lens5e to 0
  385.       set sticks5e to 0
  386.       set mirror5e to 0
  387.     end if
  388.   end if
  389. end
  390.