home *** CD-ROM | disk | FTP | other *** search
- property pSez
-
- on getPropertyDescriptionList
- propertyDescriptionList = [#pSez: [#comment: "Sezione:", #format: #string, #default: "Musei", #range: ["Musei", "Perapprofondire", "Casedasta", "Shopping"]]]
- return propertyDescriptionList
- end
-
- on mouseUp me
- global gSez
- if pSez <> gSez then
- gSez = pSez
- contalink()
- caricasezione(1, 8)
- else
- beep()
- end if
- end
-