home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
index.dir
/
00089_Script_89
< prev
next >
Wrap
Text File
|
1997-10-15
|
419b
|
13 lines
on blocca
global percorso
TPS
if count(percorso) > 0 then
if getlast (percorso) <> ("#"&the moviepath&the moviename) or getPropAt(percorso, count(percorso)) <> marker(0) then
set r_movie to "#"&the moviepath&the moviename
addprop percorso, marker(0), r_movie
end if
else
set r_movie to "#"&the moviepath&the moviename
addprop percorso, marker(0), r_movie
end if
end