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

  1. global finestra
  2.  
  3. on exitFrame
  4.   the windowList = []
  5.   preLoad(window("movie"))
  6.   finestra = "movie"
  7.   window(finestra).windowType = 2
  8.   window(finestra).rect = rect(the stageLeft + 76, the stageTop + 60, the stageLeft + 716, the stageTop + 540)
  9.   open(window(finestra))
  10. end
  11.