home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
Citta
/
shared.cst
/
03010_Script_3010
< prev
next >
Wrap
Text File
|
1997-10-14
|
703b
|
16 lines
on suono canale,fileaudio
global qualelingua,qualefile,soundfile
if the machinetype < 255 then
set diviso to ":"
set chedir to chars (the moviename,1 ,length (the moviename)-4)
set qualefile to ("invenzioni:invenzio:citta:"&chedir&":"&fileaudio&qualelingua&".aif")
set soundfile to ("invenzioni:invenzio:citta:"&chedir&":"&fileaudio&qualelingua&".aif")
else
set diviso to "\"
set chedir to chars (the moviename,1 ,length (the moviename)-4)
set qualefile to ("."&diviso&chedir&diviso&fileaudio&qualelingua&".aif")
set soundfile to the pathname&(char 3 to the number of chars in qualefile of qualefile)
end if
sound playfile canale, qualefile
end