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 thousands of colors (16-bit) for best viewing.")
- end if
- if the colorDepth = 8 then
- play movie "mov8.dir"
- end if
- if the colorDepth >= 16 then
- play movie "mov16.dir"
- end if
- end
-