home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global gmaxslide, pausa, gElencoOpere, gScappaPerMemoria
- pausa = 0
- put EMPTY into field "dida"
- if gScappaPerMemoria <> 0 then
- the itemDelimiter = "#"
- tmp = item 1 of gScappaPerMemoria
- if tmp = "normale" then
- gmaxslide = the number of castMembers of castLib "slide"
- else
- gmaxslide = count(gElencoOpere)
- end if
- go(tmp)
- startTimer()
- exit
- end if
- if (gElencoOpere = 0) or (gElencoOpere = []) then
- gElencoOpere = 0
- gmaxslide = the number of castMembers of castLib "slide"
- go("normale")
- else
- gmaxslide = count(gElencoOpere)
- go("ristretto")
- end if
- startTimer()
- end
-