home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
index.dir
/
00066_Script_66
< prev
next >
Wrap
Text File
|
1997-10-15
|
411b
|
16 lines
on time_line cod
global qualeframe,qualetime
if char 2 of cod = "T" then
set qualeframe to char 3 to 4 of cod
if integer(qualeframe) <7 then
set qualetime to "timeline.dir"
else
set qualetime to "timelin2.dir"
end if
set qualeframe to char 3 to 5 of cod
if char 1 of qualeframe = "0" then
delete char 1 of qualeframe
end if
end if
end