home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gFromFrame, gHighlightColor, gLowlightColor, gOldLine, currentSection, languagechosen
- if the visible of sprite 40 = 0 then
- cursor(4)
- if the visible of sprite 40 = 0 then
- ContentsStart()
- set the visible of sprite 40 to 1
- set the visible of sprite 48 to 1
- updateStage()
- set gFromFrame to the frame
- set the member of sprite 47 to member "popuphighlight"
- set the blend of sprite 47 to 50
- case the movieName of
- "CCWDIS.DIR":
- set the locH of sprite 47 to 101
- "SSWA.DIR":
- set the locH of sprite 47 to 108
- "CCBR.DIR":
- set the locH of sprite 47 to 129
- "CCMAIN.DIR":
- set the locH of sprite 47 to 256
- "SSVG.DIR":
- set the locH of sprite 47 to 108
- otherwise:
- set the locH of sprite 47 to 175
- end case
- end if
- set the locV of sprite 47 to 23 + (17 * currentSection)
- set the blend of sprite 44 to 75
- set the locV of sprite 47 to 23 + (currentSection * 17)
- cursor(0)
- else
- popupcode()
- end if
- end
-