home *** CD-ROM | disk | FTP | other *** search
- global contenu, n, theme, soustheme1, soustheme2, imporjpg, total_teme, dossier, gversionos
-
- on mouseDown me
- if gversionos = "\" then
- if (n = VOID) or (n = EMPTY) then
- nothing()
- else
- if soustheme2 = EMPTY then
- open(the moviePath & dossier & gversionos & theme & gversionos & soustheme1 & gversionos & n, the moviePath & "Acdsee32\Acdsee32.exe")
- else
- if soustheme1 = EMPTY then
- open(the moviePath & dossier & gversionos & theme & gversionos & soustheme2 & gversionos & n, the moviePath & "Acdsee32\Acdsee32.exe")
- else
- open(the moviePath & dossier & gversionos & theme & gversionos & soustheme1 & gversionos & soustheme2 & gversionos & n, the moviePath & "Acdsee32\Acdsee32.exe")
- end if
- end if
- end if
- else
- if (n = VOID) or (n = EMPTY) then
- nothing()
- else
- objet = new(xtra("filextra3"))
- if soustheme2 = EMPTY then
- fx_FileOpenDocument(objet, the moviePath & dossier & gversionos & theme & gversionos & soustheme1 & gversionos & n)
- else
- if soustheme1 = EMPTY then
- fx_FileOpenDocument(objet, the moviePath & dossier & gversionos & theme & gversionos & soustheme2 & gversionos & n)
- else
- fx_FileOpenDocument(objet, the moviePath & dossier & gversionos & theme & gversionos & soustheme1 & gversionos & soustheme2 & gversionos & n)
- end if
- end if
- end if
- end if
- end
-
- on mouseEnter me
- cursor(280)
- end
-
- on mouseLeave me
- cursor(-1)
- end
-