home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mobiclic 39
/
MOBICLIC39.ISO
/
mac
/
MOBINTRO.DIR
/
00001_Script_1
next >
Wrap
Text File
|
2001-10-11
|
828b
|
25 lines
on exitFrame
global chemin,nivSon,cheminTextes,cheminDemo,touchesOn,gcheminSons, gcheminBibli
set touchesOn=1
set cheminDemo = the pathName & "TLC\"
-- 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\"]
gcheminSons = the pathName&"SONS\"
gcheminBibli = the pathName&"CYBERBIB\"
else
set chemin = the pathName & "data:"
set cheminTextes=the pathName & "textes:"
gcheminSons = the pathName&"SONS:"
gcheminBibli = the pathName&"CYBERBIB:"
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