home *** CD-ROM | disk | FTP | other *** search
/ PC Attack (Unknown Issue 102) / PC_Attack_Magazine_102_Interplay_1995.iso / frnkdemo.exe / frnkdemo.DXR / 00042.ls < prev    next >
Encoding:
Text File  |  1994-11-09  |  340 b   |  22 lines

  1. on startMovie
  2.   global UCD
  3.   set UCD to the colorDepth
  4.   set the soundLevel to 5
  5.   set the colorDepth to 16
  6.   if the colorDepth <> 16 then
  7.     set the colorDepth to 32
  8.     if the colorDepth < 32 then
  9.       set the colorDepth to 8
  10.     end if
  11.   end if
  12. end
  13.  
  14. on stopMovie
  15.   global UCD
  16.   set the colorDepth to UCD
  17. end
  18.  
  19. on idle
  20.   cursor(200)
  21. end
  22.