home *** CD-ROM | disk | FTP | other *** search
- 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
- global gversionos
- member(the memberNum of sprite the currentSpriteNum).foreColor = 35
- if gversionos = "¥" then
- copie_sur_PC()
- else
- copie_mac()
- end if
- end
-