home *** CD-ROM | disk | FTP | other *** search
- global gListOfSelections, gPosters
-
- on mouseUp me
- if gListOfSelections.count > 0 then
- twoprogressbar("Married", "Documents", "images")
- else
- if gPosters[2][2] = "yes" then
- twoprogressbar("Married", "Documents", "images")
- else
- if gPosters[1][2] = "yes" then
- twoprogressbar("Married", "Documents", "images")
- else
- alert("You have not selected any images to download!")
- end if
- end if
- end if
- end
-