home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
mac
/
Invenzio
/
guida.dir
/
00900_Script_900
< prev
next >
Wrap
Text File
|
1997-10-07
|
514b
|
15 lines
on suono canale,fileaudio
global qualelingua,qualefile
if the machinetype < 255 then
set diviso to ":"
set chedir to chars (the moviename,1 ,length (the moviename)-4)
set qualefile to ("invenzioni:invenzio:extraurb:"&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")
end if
sound playfile canale, qualefile
end