home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / qh_demo.exe / DEMOHNT2.DXR / 00001.ls next >
Encoding:
Text File  |  1996-08-09  |  418 b   |  30 lines

  1. on startMovie
  2.   global gstopf
  3.   set gstopf to 0
  4.   cursor(200)
  5. end
  6.  
  7. on anothermovie
  8.   global gstopf
  9.   set gstopf to 1
  10. end
  11.  
  12. on stopMovie
  13.   global gstopf, gsnd
  14.   unLoadCast()
  15.   if gstopf = 0 then
  16.     set the soundLevel to gsnd
  17.     if the machineType <> 256 then
  18.       releaserearwindow()
  19.     end if
  20.   end if
  21. end
  22.  
  23. on releaserearwindow
  24.   global rwobj
  25.   if objectp(rwobj) then
  26.     rwobj(mdispose)
  27.   end if
  28.   closeXLib()
  29. end
  30.