home *** CD-ROM | disk | FTP | other *** search
- global dossier, theme, soustheme1, soustheme2, n, gversionos
-
- on mouseEnter
- member(the memberNum of sprite the currentSpriteNum).foreColor = 19
- cursor(280)
- end
-
- on mouseLeave
- cursor(-1)
- member(the memberNum of sprite the currentSpriteNum).foreColor = 35
- end
-
- on mouseDown
- member(the memberNum of sprite the currentSpriteNum).foreColor = 35
- copie_images()
- end
-