home *** CD-ROM | disk | FTP | other *** search
/ Galleria D'arte: Manet / Manet.iso / Dati / Internet.dxr / 00004_nomesezione.ls < prev    next >
Encoding:
Text File  |  2000-12-21  |  381 b   |  18 lines

  1. property pSez
  2.  
  3. on getPropertyDescriptionList
  4.   propertyDescriptionList = [#pSez: [#comment: "Sezione:", #format: #string, #default: "Musei", #range: ["Musei", "Perapprofondire", "Casedasta", "Shopping"]]]
  5.   return propertyDescriptionList
  6. end
  7.  
  8. on mouseUp me
  9.   global gSez
  10.   if pSez <> gSez then
  11.     gSez = pSez
  12.     contalink()
  13.     caricasezione(1, 8)
  14.   else
  15.     beep()
  16.   end if
  17. end
  18.