home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
CREDITS.DIR
/
00076_Script_76
< prev
next >
Wrap
Text File
|
1997-09-27
|
2KB
|
53 lines
on cambiamovie dovevado,chemarker,rit, argomento
global pippo
if voidp(argomento) then
set argomento to "atmosfer"
end if
if rit = "true" then
set per to dovevado
else
blocca
-----------------------------------
set quanti to the number of chars in dovevado
if quanti > 8 then
set destinazione to char 1 to 8 of dovevado
else
set destinazione to dovevado
end if
-----------------------------------
if dovevado = "articolo" or dovevado = "record" then
if the machineType > 255 then
set per to char 1 to 3 of the moviepath
set per to per & "scienze\"&argomento&"\"& destinazione & "\" & destinazione & ".dir"
else
set per to "scienze:scienze:"&argomento&":"&destinazione &":" & destinazione &".dir"
end if
else
if the machineType > 255 then
set per to char 1 to 3 of the moviepath
set per to per & "scienze\"&argomento&"\"& destinazione & ".dir"
else
set per to "scienze:scienze:"&argomento&":"& destinazione &".dir"
end if
end if
----------------------------------------
end if
if dovevado = argomento then
if the machineType > 255 then
set per to char 1 to 3 of the moviepath
set per to per & "scienze\"&argomento&"\"& destinazione & "\" & destinazione & ".dir"
else
set per to "scienze:scienze:"&argomento&":"&destinazione &":" & destinazione &".dir"
end if
end if
if voidp (chemarker) or chemarker = "" or chemarker = " " then
go to FRAME "menu" OF MOVIE per
else
go to FRAME chemarker OF MOVIE per
end if
end cambiamovie