home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter me
- cursor(280)
- set the member of sprite the currentSpriteNum to "mac.down"
- end
-
- on mouseLeave me
- cursor(-1)
- set the member of sprite the currentSpriteNum to member 24 of castLib "Internal"
- end
-
- on mouseDown me
- go(1, "main")
- end
-