home *** CD-ROM | disk | FTP | other *** search
- global finestra, gElencoOpere, gOrigineElenco, keyword, gWWW
-
- on mouseUp me
- global gMovie
- gWWW = 0
- keyword = 0
- gElencoOpere = 0
- gOrigineElenco = 0
- cursor(-1)
- vecchia = gMovie
- finestra = "studi"
- if vecchia = finestra then
- exit
- end if
- unLoad()
- the windowList = []
- window(finestra).windowType = 2
- window(finestra).rect = rect(the stageLeft + 76, the stageTop + 60, the stageLeft + 716, the stageTop + 540)
- open(window(finestra))
- end
-