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