home *** CD-ROM | disk | FTP | other *** search
- global gmaxslide, pausa, gElencoOpere, gScappaPerMemoria
-
- on prepareFrame
- if gScappaPerMemoria <> 0 then
- the itemDelimiter = "#"
- tmp = item 2 of gScappaPerMemoria
- tmp = integer(tmp)
- set the member of sprite 1 to member(tmp, "SLIDE")
- gScappaPerMemoria = 0
- end if
- tmp = the memberNum of sprite 1
- nome = member(tmp, "SLIDE").name
- the itemDelimiter = "#"
- repeat with i = 1 to the number of lines in field "titolo#nomefile"
- dati = line i of field "titolo#nomefile"
- cod = item 2 of dati
- if cod = nome then
- dida = item 1 of dati
- put dida into field "dida"
- exit repeat
- end if
- end repeat
- end
-