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

  1. on FAEGameStop
  2.   global FAEGraphicList, FAEBigImageSprite, FAEYellowArrowSprite, FAECoverChosen, FAESnapCover, FAEButtonsSprite, FAEFirstTouchList, FAEVisitCoverSprite, FAEMasterList, FAEChoosen, FAEPlaySprite, FAEInstallSprite, GTSWIN95
  3.   set s to FAEChoosen
  4.   set whichCover to getAt(FAEFirstTouchList, s)
  5.   set FAEVisitCoverSprite to 0
  6.   set ThisCover to getAt(FAEGraphicList, s)
  7.   set the locH of sprite FAEYellowArrowSprite to 2000
  8.   set the castNum of sprite FAEBigImageSprite to 46
  9.   set the locH of sprite FAEBigImageSprite to 325
  10.   set the locV of sprite FAEBigImageSprite to 272
  11.   repeat with t = 1 to count(FAEGraphicList)
  12.     set the ink of sprite getAt(getAt(FAEGraphicList, t), 1) to 0
  13.   end repeat
  14.   set the locH of sprite 8 to 96
  15.   set FAESnapCover to 0
  16.   set the locH of sprite getAt(getAt(FAEGraphicList, s), 1) to getAt(getAt(FAEGraphicList, s), 5)
  17.   set the locV of sprite getAt(getAt(FAEGraphicList, s), 1) to 409 - 15
  18.   tell window "TRYMULTI"
  19.     set the locH of sprite getAt(getAt(FAEGraphicList, s), 6) to 2000
  20.   end tell
  21.   repeat with t = 20 to 23
  22.     set the locH of sprite t to 2000
  23.   end repeat
  24.   set the locH of sprite FAEButtonsSprite to 2000
  25.   set the locH of sprite FAEPlaySprite to 2000
  26.   set the locH of sprite FAEInstallSprite to 2000
  27.   set the locH of sprite 24 to 2000
  28.   setAt(FAEOneOutList, s, 0)
  29.   set the locH of sprite 38 to 53
  30.   tell window "TRYMULTI"
  31.     updateStage()
  32.   end tell
  33.   updateStage()
  34. end
  35.