home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- set the member of sprite 1 to member("intro1")
- set the member of sprite 17 to member("intro3")
- sound playFile 3, "introduction"
- 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("intro")
- end
-