home *** CD-ROM | disk | FTP | other *** search
- on ARTLiteratureGo f
- global ARTLiteratureMasterList, ARTLiteratureBeenHere, ARTChooseSectionList, ARTWhichPartList, ARTLitSpriteList, ARTLiteratureSprite
- set ARTLiteratureBeenHere to 1
- repeat with z = 1 to count(ARTLiteratureMasterList)
- set TwochangeSprite to getAt(ARTLiteratureMasterList, z)
- if count(TwochangeSprite) > 2 then
- setAt(TwochangeSprite, 2, the castNum of sprite getAt(TwochangeSprite, 1))
- setAt(TwochangeSprite, 5, the ink of sprite getAt(TwochangeSprite, 1))
- setAt(TwochangeSprite, 3, the locH of sprite getAt(TwochangeSprite, 1))
- setAt(TwochangeSprite, 4, the locV of sprite getAt(TwochangeSprite, 1))
- next repeat
- end if
- setAt(TwochangeSprite, 2, 0)
- end repeat
- updateStage()
- repeat with v = 2 to count(ARTLitSpriteList)
- set the locH of sprite getAt(getAt(ARTLitSpriteList, v), 1) to 1500
- end repeat
- set the locV of sprite 23 to 439
- set the locH of sprite 25 to 2000
- updateStage()
- set whichSection to getAt(ARTChooseSectionList, f)
- setAt(whichSection, 2, 0)
- setAt(ARTWhichPartList, f, 0)
- updateStage()
- end
-