home *** CD-ROM | disk | FTP | other *** search
- on REFRunAboutSection
- global REFActiveSection, REFAboutSpriteCastNums, REFCurrentWords
- set REFAboutSpriteInfo to list([160, 510, 155, 36], [163, 510, 180, 36], [166, 510, 205, 36], [169, 510, 245, 36], [172, 510, 270, 36], [175, 510, 295, 36], [178, 510, 320, 36])
- set REFCurrentWords to 30
- set REFAboutSpriteCastNums to [160, 163, 166, 169, 172, 175, 178]
- repeat with g = 30 to 36
- set the castNum of sprite g to getAt(getAt(REFAboutSpriteInfo, g - 29), 1)
- set the locH of sprite g to getAt(getAt(REFAboutSpriteInfo, g - 29), 2)
- set the locV of sprite g to getAt(getAt(REFAboutSpriteInfo, g - 29), 3)
- set the ink of sprite g to getAt(getAt(REFAboutSpriteInfo, g - 29), 4)
- end repeat
- set the castNum of sprite 37 to 162
- set the locH of sprite 37 to 35
- set the locV of sprite 37 to 80
- set the ink of sprite 37 to 36
- updateStage()
- REFGoToSection()
- end
-