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

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