home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
CREDITS.DIR
/
00080_Script_80
< prev
next >
Wrap
Text File
|
1997-09-27
|
2KB
|
55 lines
on controlla cr
if char cr of field 10="a" and char cr-1 of field 10 ="r" and char cr+1 of field 10 = "o" and the key ="@" then
if the machinetype = 256 then
set rr to (char 1 of the moviepath&":\scienze\animali\regno\rollidi.mov")
else
set rr to ("scienze:scienze:animali:regno:rollidi.mov")
end if
sound playfile 1, rr
end if
if char cr of field 10="n" and char cr-1 of field 10 ="a" and char cr+1 of field 10 = " " and the key ="@" then
if the machinetype = 256 then
set rr to (char 1 of the moviepath&":\scienze\animali\regno\intridi.mov")
else
set rr to ("scienze:scienze:animali:regno:intridi.mov")
end if
sound playfile 1, rr
set the castnum of sprite 48 to 1185
updatestage
set the visible of sprite 48 to true
end if
if char cr of field 10="l" and char cr-1 of field 10 ="l" and char cr+1 of field 10 = "a" and the key ="@" then
if the machinetype = 256 then
set rr to (char 1 of the moviepath&":\scienze\animali\regno\intridi.mov")
else
set rr to ("scienze:scienze:animali:regno:intridi.mov")
end if
sound playfile 1, rr
set the castnum of sprite 48 to 1185
updatestage
set the visible of sprite 48 to true
end if
if char cr of field 10=" " and char cr-1 of field 10 ="i" and char cr+1 of field 10 = "r" and the key ="@" then
if the machinetype = 256 then
set rr to (char 1 of the moviepath&":\scienze\animali\regno\achelidi.mov")
else
set rr to ("scienze:scienze:animali:regno:achelidi.mov")
end if
sound playfile 1, rr
end if
if char cr of field 10="r" and char cr-1 of field 10 ="a" and char cr+1 of field 10 = "a" and the key ="@" then
set the locv of sprite 47 to 32
set the loch of sprite 47 to 615
set the visible of sprite 47 to true
updatestage
-- repeat with a = 648
end if
end