home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite 1 to member("keyboard1")
- set the member of sprite 17 to member("keyboard3")
- sound playFile 3, "keyboard"
- end
-
- on mouseLeave me
- set the member of sprite 1 to member("zoom0000")
- set the member of sprite 17 to member("blank")
- end
-
- on mouseUp me
- puppetSound(3, member("ar_menuc"))
- go("keyboard")
- end
-