if (scena = "ricerca") or (scena = "catalogo") or (scena = "epoca") or (scena = "glossario") or (scena = "home") or (scena = "slideshow") or (scena = "studi") or (scena = "giochi") then
nothing()
else
if dati = #dummy then
if (gMovie = "dettaglio") or (gMovie = "quiz") or (gMovie = "memo") or (gMovie = "titolo") or (gMovie = "puzzle") then
scena = gMovie
else
scena = "no help"
end if
else
etichetta = item 1 of dati
case etichetta of
"primapagina":
scena = "biografia1"
"entrata giornale":
scena = "biografia2"
"mappa":
scena = "mappa1"
"collage":
scena = "opere1"
"scheda":
scena = "opere2"
"echelle":
scena = "opere3"
"article":
scena = "opere4"
"main":
scena = "gadgets1"
"calendario":
scena = "gadgets2"
"auguri":
scena = "gadgets3"
"carta":
scena = "gadgets4"
otherwise:
scena = "no help"
end case
end if
end if
cursor(-1)
vecchia = gMovie
finestra = "aiuto"
if vecchia = finestra then
exit
end if
buio()
unLoad()
the windowList = []
window(finestra).windowType = 2
window(finestra).rect = rect(the stageLeft + 76, the stageTop + 60, the stageLeft + 716, the stageTop + 540)