home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- if the colorDepth <> 16 then
- set the colorDepth to 16
- end if
- if the colorDepth = 8 then
- set the colorDepth to 32
- end if
- if the colorDepth < 8 then
- set the colorDepth to 8
- end if
- if the colorDepth < 8 then
- alert("Set your monitor to at least 256 colors (8-bit) for best viewing.")
- end if
- if the colorDepth = 8 then
- play movie "Record08.dir"
- end if
- if the colorDepth >= 16 then
- play movie "Record16.dir"
- end if
- end
-