home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global gstopf
- set gstopf to 0
- cursor(200)
- end
-
- on anothermovie
- global gstopf
- set gstopf to 1
- end
-
- on stopMovie
- global gstopf, gsnd
- unLoadCast()
- if gstopf = 0 then
- set the soundLevel to gsnd
- if the machineType <> 256 then
- releaserearwindow()
- end if
- end if
- end
-
- on releaserearwindow
- global rwobj
- if objectp(rwobj) then
- rwobj(mdispose)
- end if
- closeXLib()
- end
-