home *** CD-ROM | disk | FTP | other *** search
- on GTS95Case s
- global GTS95List, GTSButtonsSprite, GTSInstallSprite, GTSOptionList, GTSPlaySprite, GTSExplainSprite
- set the locH of sprite GTSButtonsSprite to 428
- set the locV of sprite GTSButtonsSprite to 289
- set the locH of sprite 20 to 428
- set the locV of sprite 20 to 289
- set WhichScenario to getAt(getAt(GTS95List, s), 1)
- if (WhichScenario = 1) or (WhichScenario = 2) then
- set the locH of sprite GTSInstallSprite to 428
- set the locV of sprite GTSInstallSprite to 289
- set the locH of sprite 22 to 428
- set the locV of sprite 22 to 289
- setAt(getAt(GTSOptionList, 3), 4, 2)
- setAt(getAt(GTSOptionList, 4), 4, 5)
- else
- setAt(getAt(GTSOptionList, 3), 4, 5)
- if WhichScenario = 4 then
- set the locH of sprite GTSPlaySprite to 428
- set the locV of sprite GTSPlaySprite to 289
- setAt(getAt(GTSOptionList, 4), 4, 0)
- else
- set WhichTextBox to getAt(getAt(GTS95List, s), 2)
- set the castNum of sprite GTSExplainSprite to WhichTextBox
- set the locH of sprite GTSExplainSprite to 224
- set the locV of sprite GTSExplainSprite to 283
- set the ink of sprite GTSExplainSprite to 0
- setAt(getAt(GTSOptionList, 3), 4, 5)
- setAt(getAt(GTSOptionList, 4), 4, 5)
- end if
- end if
- updateStage()
- end
-