home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin me
- set the member of sprite the currentSpriteNum to member("play1")
- set the castNum of sprite 20 to 91
- end
-
- on mouseLeave me
- set the member of sprite the currentSpriteNum to member("play")
- set the castNum of sprite 20 to 85
- end
-
- on mouseDown me
- go("intro")
- end
-