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 = 4
- end
-
- on mouseUp
- open(window("info.dir"))
- end
-