home *** CD-ROM | disk | FTP | other *** search
/ Galleria D'arte: Manet / Manet.iso / Dati / Main.dxr / 00019_mappatasto.ls < prev    next >
Encoding:
Text File  |  2000-12-21  |  616 b   |  27 lines

  1. global finestra, gElencoOpere, gOrigineElenco, keyword, gWWW, gback
  2.  
  3. on mouseUp me
  4.   global gMovie
  5.   keyword = 0
  6.   gOrigineElenco = 0
  7.   cursor(-1)
  8.   vecchia = gMovie
  9.   finestra = "mappa"
  10.   if vecchia = finestra then
  11.     exit
  12.   end if
  13.   gWWW = 0
  14.   gElencoOpere = 0
  15.   repeat with i = 1 to count(gback)
  16.     if getAt(gback, i) = "museo#mappa" then
  17.       deleteAt(gback, i)
  18.       i = i - 1
  19.     end if
  20.   end repeat
  21.   unLoad()
  22.   the windowList = []
  23.   window(finestra).windowType = 2
  24.   window(finestra).rect = rect(the stageLeft + 76, the stageTop + 60, the stageLeft + 716, the stageTop + 540)
  25.   open(window(finestra))
  26. end
  27.