home *** CD-ROM | disk | FTP | other *** search
- on mouseUp me
- member(the memberNum of sprite the currentSpriteNum).foreColor = 4
- close(window("choiDial.dir"))
- go(6)
- end
-
- 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
-