home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 5 / MOBICLIC_5.ISO / pc / mob31.dxr / 00001_Script_1 next >
Text File  |  1999-02-18  |  470b  |  16 lines

  1. on exitFrame
  2. global chemin,intros, nivSon
  3.   set intros=[0,0,0,0,0,0,0,0,0]
  4.   -- enregistrement du rΘpertoire original
  5.   if the machineType=256 then
  6.     set chemin = the pathName & "data\"
  7.     set the searchPath = [chemin & "communs\"]
  8.   else
  9.     set chemin = the pathName & "data:"
  10.     set the searchPath = [chemin & "communs:"]
  11.   end if
  12.   -- rΘglage niveau sonore
  13.   set nivSon = [256,256,256]
  14.   -- accΦs au sommaire
  15.   go to movie chemin & "intro.dir"
  16. end