home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- open(the pathName & "www.exe www.imagiconline.com")
- end
-
- on mouseEnter me
- set the member of sprite the spriteNum of me to "imagiconline_2"
- puppetSound(1, "switch2")
- end
-
- on mouseLeave me
- set the member of sprite the spriteNum of me to "imagiconline_1"
- end
-