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

  1. global finestra, gElencoOpere, gOrigineElenco, keyword, gWWW, gMovie
  2.  
  3. on mouseUp me
  4.   global gMovie
  5.   gWWW = 0
  6.   keyword = 0
  7.   gElencoOpere = 0
  8.   gOrigineElenco = 0
  9.   cursor(-1)
  10.   vecchia = gMovie
  11.   finestra = "catalogo"
  12.   if vecchia = finestra then
  13.     exit
  14.   end if
  15.   gMovie = "CATALOGO"
  16.   unLoad()
  17.   the windowList = []
  18.   window(finestra).windowType = 2
  19.   window(finestra).rect = rect(the stageLeft + 76, the stageTop + 60, the stageLeft + 716, the stageTop + 540)
  20.   open(window(finestra))
  21. end
  22.