home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 2
/
MOBICLIC_2.ISO
/
mac
/
Lanceur.dir
/
00001_Script_1
next >
Wrap
Text File
|
1998-02-18
|
470b
|
16 lines
on exitFrame
global chemin,intros, nivSon
set intros=[0,0,0,0,0,0,0,0,0]
-- enregistrement du rΘpertoire original
if the machineType=256 then
set chemin = the pathName & "data\"
set the searchPath = [chemin & "communs\"]
else
set chemin = the pathName & "data:"
set the searchPath = [chemin & "communs:"]
end if
-- rΘglage niveau sonore
set nivSon = [256,256,256]
-- accΦs au sommaire
go to movie chemin & "intro.dir"
end