home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global UCD
- set UCD to the colorDepth
- set the soundLevel to 5
- set the colorDepth to 16
- if the colorDepth <> 16 then
- set the colorDepth to 32
- if the colorDepth < 32 then
- set the colorDepth to 8
- end if
- end if
- end
-
- on stopMovie
- global UCD
- set the colorDepth to UCD
- end
-
- on idle
- cursor(200)
- end
-