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

  1. global finestra, gElencoOpere, gOrigineElenco, keyword, gWWW
  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 = "studi"
  12.   if vecchia = finestra then
  13.     exit
  14.   end if
  15.   unLoad()
  16.   the windowList = []
  17.   window(finestra).windowType = 2
  18.   window(finestra).rect = rect(the stageLeft + 76, the stageTop + 60, the stageLeft + 716, the stageTop + 540)
  19.   open(window(finestra))
  20. end
  21.