home *** CD-ROM | disk | FTP | other *** search
- global finestra, gElencoOpere, gOrigineElenco, keyword, gWWW, gback
-
- on mouseUp me
- global gMovie
- keyword = 0
- gOrigineElenco = 0
- cursor(-1)
- vecchia = gMovie
- finestra = "mappa"
- if vecchia = finestra then
- exit
- end if
- gWWW = 0
- gElencoOpere = 0
- repeat with i = 1 to count(gback)
- if getAt(gback, i) = "museo#mappa" then
- deleteAt(gback, i)
- i = i - 1
- end if
- end repeat
- 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
-