home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- open(the pathName & "7k\7kdemo.exe")
- quit()
- end
-
- on mouseEnter me
- set the member of sprite the spriteNum of me to "7k_2"
- puppetSound(1, "switch2")
- end
-
- on mouseLeave me
- set the member of sprite the spriteNum of me to "7k_1"
- end
-