home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 25 / CDMM_25.iso / takeru / takeru32.exe / takeru32.dxr / 00001.ls next >
Encoding:
Text File  |  1996-09-04  |  455 b   |  17 lines

  1. on startMovie
  2.   if the machineType = 256 then
  3.     if the colorDepth <> 8 then
  4.       alert("You need to set up your monitor to 256 colors to run Takeru")
  5.       quit()
  6.     end if
  7.     set the itemDelimiter to "\"
  8.     set the searchPath to list("module_1")
  9.   else
  10.     set the colorDepth to 8
  11.     set the itemDelimiter to ":"
  12.     set the searchPath to list("Takeru:module_1:")
  13.   end if
  14.   set the searchCurrentFolder to 1
  15.   set the volume of sound 4 to 150
  16. end
  17.