home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- member(the memberNum of sprite the currentSpriteNum).foreColor = 35
- cursor(280)
- end
-
- on mouseLeave
- cursor(-1)
- member(the memberNum of sprite the currentSpriteNum).foreColor = 19
- end
-
- on mouseUp
- play movie "kitch.dir"
- end
-