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