home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- open("\warbirds\launcher\launcher.exe")
- end
-
- on mouseEnter me
- set the member of sprite 24 to 80
- set the member of sprite 26 to 81
- puppetSound(1, "switch2")
- end
-
- on mouseLeave me
- set the member of sprite 24 to 77
- set the member of sprite 26 to 79
- end
-