home *** CD-ROM | disk | FTP | other *** search
- on hyperlinkClicked me, choice
- if choice = EMPTY then
- exit
- end if
- if choice = "winzip" then
- gotoNetPage("http://www.winzip.com")
- exit
- end if
- installpath = the moviePath & choice
- open("explorer.exe " & installpath)
- end
-
- on mouseEnter me
- cursor(280)
- end
-
- on mouseLeave me
- cursor(-1)
- end
-