home *** CD-ROM | disk | FTP | other *** search
- on REFGoToSelection s
- global REFCallApplication, REFAppFilenames, REFActiveSection, REFLastActive, REFAcro
- REFClearSectionSprites()
- if s = 1 then
- REFSetupStage(s)
- REFRunA2ZSection()
- end if
- if s = 2 then
- REFSetupStage(s)
- REFRunAboutSection()
- end if
- if s = 3 then
- REFSetupStage(s)
- if the machineType < 200 then
- beep()
- else
- set the castNum of sprite 36 to 83
- set the locH of sprite 36 to 204
- set the locV of sprite 36 to 165
- updateStage()
- StartBrowser(getAt(REFAppFilenames, 1))
- end if
- end if
- if s = 4 then
- REFSetupStage(s)
- REFAdIdxSection()
- end if
- if s = 5 then
- REFSetupStage(s)
- if the machineType < 200 then
- beep()
- else
- set the castNum of sprite 36 to 86
- set the locH of sprite 36 to 204
- set the locV of sprite 36 to 165
- set REFAcro to 1
- updateStage()
- StartBrowserAcrobat(getAt(REFAppFilenames, 2))
- end if
- end if
- end
-