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
- global chemin
- forget(window("INFO.dir"))
- close(window("INFO.dir"))
- close(window("choiDial.dir"))
- play movie chemin & "somm.dir"
- end
-