home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 14
/
MOBICLIC_14.ISO
/
mac
/
MOB31.DIR
/
00001_Script_1
next >
Wrap
Text File
|
1999-04-16
|
605b
|
18 lines
on exitFrame
global chemin,nivSon,cheminTextes,cheminWanadoo
set cheminWanadoo = the pathName & "Wanadoo\"
-- enregistrement des rΘpertoires originaux
if the machineType=256 then
set chemin = the pathName & "data\"
set cheminTextes=the pathName&"textes\"
set the searchPath = [chemin & "communs\"]
else
set chemin = the pathName & "data:"
set cheminTextes=the pathName & "textes:"
set the searchPath = [chemin & "communs:"]
end if
-- rΘglage niveau sonore
set nivSon = [256,256,256]
-- accΦs au film suivant
go to movie chemin & "intro.dir"
end