home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
guida.dir
/
00890_Script_890
< prev
next >
Wrap
Text File
|
1997-10-07
|
922b
|
36 lines
on blocca
global percorso
set marco to marker(0)
if marco = 2 then set marco to 1
if count(percorso) > 0 then
if getlast (percorso) <> ("#"&the moviepath&the moviename) or getPropAt(percorso, count(percorso)) <> MARCO then
set r_movie to "#"&the moviepath&the moviename
addprop percorso, marco, r_movie
end if
else
set r_movie to "#"&the moviepath&the moviename
addprop percorso, marco, r_movie
end if
end
on blocca1
global percorso
set marco to 1
if count(percorso) > 0 then
if getlast (percorso) <> ("#"&the moviepath&the moviename) or getPropAt(percorso, count(percorso)) <> MARCO then
set r_movie to "#"&the moviepath&the moviename
addprop percorso, marco, r_movie
end if
else
set r_movie to "#"&the moviepath&the moviename
addprop percorso, marco, r_movie
end if
end