home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- if the machineType = 256 then
- if the colorDepth <> 8 then
- alert("You need to set up your monitor to 256 colors to run Takeru")
- quit()
- end if
- set the itemDelimiter to "\"
- set the searchPath to list("module_1")
- else
- set the colorDepth to 8
- set the itemDelimiter to ":"
- set the searchPath to list("Takeru:module_1:")
- end if
- set the searchCurrentFolder to 1
- set the volume of sound 4 to 150
- end
-