home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / FAEWDEC.DXR / 00122_FAE95Case.ls < prev    next >
Encoding:
Text File  |  1997-10-14  |  1.3 KB  |  33 lines

  1. on FAE95Case s
  2.   global FAE95List, FAEButtonsSprite, FAEInstallSprite, FAEOptionList, FAEPlaySprite, FAEExplainSprite
  3.   set the locH of sprite FAEButtonsSprite to 428
  4.   set the locV of sprite FAEButtonsSprite to 289
  5.   set the locH of sprite 20 to 428
  6.   set the locV of sprite 20 to 289
  7.   set WhichScenario to getAt(getAt(FAE95List, s), 1)
  8.   if (WhichScenario = 1) or (WhichScenario = 2) then
  9.     set the locH of sprite FAEInstallSprite to 428
  10.     set the locV of sprite FAEInstallSprite to 289
  11.     set the locH of sprite 22 to 428
  12.     set the locV of sprite 22 to 289
  13.     setAt(getAt(FAEOptionList, 3), 4, 2)
  14.     setAt(getAt(FAEOptionList, 4), 4, 5)
  15.   else
  16.     setAt(getAt(FAEOptionList, 3), 4, 5)
  17.     if WhichScenario = 4 then
  18.       set the locH of sprite FAEPlaySprite to 428
  19.       set the locV of sprite FAEPlaySprite to 289
  20.       setAt(getAt(FAEOptionList, 4), 4, 0)
  21.     else
  22.       set WhichTextBox to getAt(getAt(FAE95List, s), 2)
  23.       set the castNum of sprite FAEExplainSprite to WhichTextBox
  24.       set the locH of sprite FAEExplainSprite to 224
  25.       set the locV of sprite FAEExplainSprite to 283
  26.       set the ink of sprite FAEExplainSprite to 0
  27.       setAt(getAt(FAEOptionList, 3), 4, 5)
  28.       setAt(getAt(FAEOptionList, 4), 4, 5)
  29.     end if
  30.   end if
  31.   updateStage()
  32. end
  33.