home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- set the centerStage to 1
- if the colorDepth < 8 then
- set the colorDepth to 8
- end if
- if the colorDepth < 8 then
- alert("Excuse me, but you need to reset your monitor to display 256 colors.")
- if not (the shiftDown) then
- quit()
- exit
- end if
- end if
- end
-