home *** CD-ROM | disk | FTP | other *** search
- on HANChoosePages
- global HANIconSprite, HANSoftWareSelected, HANTextSprite, HANFindAcrobat, HANAcroAlOption
- if the mouseCast = the memberNum of sprite HANIconSprite then
- set the member of sprite HANIconSprite to member "HANICONTWO"
- set the hilite of member "HANTEXT" to 0
- set HANSoftWareSelected to 0
- updateStage()
- repeat while (the mouseCast = the memberNum of sprite HANIconSprite) and not rollOver(HANTextSprite)
- if the mouseDown then
- set the member of sprite HANIconSprite to member "HANICONTHREE"
- updateStage()
- repeat while the mouseDown
- end repeat
- set HANFindAcrobat to 1
- exit repeat
- end if
- end repeat
- if HANFindAcrobat = 0 then
- set the member of sprite HANIconSprite to member "HANICONONE"
- updateStage()
- end if
- end if
- case HANFindAcrobat of
- 1:
- HANLaunchACRO()
- set HANFindAcrobat to 0
- 0:
- end case
- end
-