home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gsnd, gdep, gstp
- set gstp to 0
- set gsnd to the soundLevel
- if gsnd = 0 then
- set the soundLevel to 1
- end if
- if the machineType <> 256 then
- set gdep to the colorDepth
- if gdep <> 8 then
- set the colorDepth to 8
- end if
- end if
- end
-
- on stopMovie
- global gsnd, gdep, gstp
- if gstp = 0 then
- set the soundLevel to gsnd
- if the machineType <> 256 then
- set the colorDepth to gdep
- end if
- end if
- end
-