home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 14 / MOBICLIC_14.ISO / pc / mob31.dir / 00001_Script_1 next >
Text File  |  1999-04-16  |  605b  |  18 lines

  1. on exitFrame
  2.   global chemin,nivSon,cheminTextes,cheminWanadoo
  3.   set cheminWanadoo = the pathName & "Wanadoo\"
  4.   -- enregistrement des rΘpertoires originaux
  5.   if the machineType=256 then
  6.     set chemin = the pathName & "data\"
  7.     set cheminTextes=the pathName&"textes\"
  8.     set the searchPath = [chemin & "communs\"]
  9.   else
  10.     set chemin = the pathName & "data:"
  11.     set cheminTextes=the pathName & "textes:"
  12.     set the searchPath = [chemin & "communs:"]
  13.   end if
  14.   -- rΘglage niveau sonore
  15.   set nivSon = [256,256,256]
  16.   -- accΦs au film suivant
  17.   go to movie chemin & "intro.dir"
  18. end