home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 13 / MOBICLIC_13.ISO / mac / LANCEUR.DIR / 00001_Script_1
Text File  |  1999-03-31  |  293b  |  12 lines

  1. on exitFrame
  2.   global nivSon
  3.   -- rΘglage niveau sonore
  4.   set nivSon = [256,256,256]
  5.   -- accΦs au sommaire
  6.   if the machineType=256 then
  7.     set the searchPaths =["d:\","e:\","f:\","g:\","h:\"]
  8.     go to movie "mob31.dir"
  9.   else
  10.     go to movie "Mobiclic 13:mob31.dir"
  11.   end if
  12. end