home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Invenzioni E Inventori 1: Lavoro E Vita Quotidiana
/
invenzioni-inventori-1.iso
/
pc
/
file
/
isigla.dir
/
00008_Script_8
< prev
next >
Wrap
Text File
|
1997-10-06
|
467b
|
18 lines
on startMovie
global cddrive,HD_MAC
SET HD_MAC TO "INVENZIONI"
IF THE MACHINETYPE = 256 THEN
repeat with x = 99 to 122
mci ("open"&&numtochar(x)&":\invenzio\musiche\base.wav alias suono")
if offset ("error",the result) or offset ("errour",the result) then
else
set cddrive to numtochar(x)
mci ("close suono")
exit repeat
end if
mci ("close suono")
end repeat
END IF
END