home *** CD-ROM | disk | FTP | other *** search
/ Car Screensaver - Toyota / TOYOTA.iso / mjparty / uq2_demo.exe / uq2_demo.DXR / 00241.ls < prev    next >
Encoding:
Text File  |  1996-05-13  |  379 b   |  24 lines

  1. on startMovie
  2.   global win, oldsl
  3.   set win to 1
  4.   if win = 0 then
  5.     set oldsl to 1
  6.     if the soundLevel = 0 then
  7.       set the soundLevel to 1
  8.       set oldsl to 0
  9.     end if
  10.     initrearwindow()
  11.   end if
  12.   cursor(200)
  13. end
  14.  
  15. on stopMovie
  16.   global win, oldsl
  17.   if win = 0 then
  18.     if oldsl = 0 then
  19.       set the soundLevel to 0
  20.     end if
  21.     releaserearwindow()
  22.   end if
  23. end
  24.