home *** CD-ROM | disk | FTP | other *** search
- on mouseEnter
- member(the memberNum of sprite the currentSpriteNum).foreColor = 3
- cursor(280)
- end
-
- on mouseLeave
- cursor(-1)
- member(the memberNum of sprite the currentSpriteNum).foreColor = 255
- end
-
- on mouseUp
- global gversionos
- if gversionos = gversionos then
- i = getNthFileNameInFolder("c:\Photos\", 1)
- if i = EMPTY then
- dosDeleteFolder("c:\Photos\")
- end if
- quit()
- else
- quit()
- end if
- end
-