home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global win, oldsl
- set win to 1
- if win = 0 then
- set oldsl to 1
- if the soundLevel = 0 then
- set the soundLevel to 1
- set oldsl to 0
- end if
- initrearwindow()
- end if
- cursor(200)
- end
-
- on stopMovie
- global win, oldsl
- if win = 0 then
- if oldsl = 0 then
- set the soundLevel to 0
- end if
- releaserearwindow()
- end if
- end
-