home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 7 / cd.iso / pc / PC / Demos / GroovMak / data1.cab / Program_Executable_Files / Media / Help.dxr / 00098.ls < prev    next >
Encoding:
Text File  |  1999-09-17  |  208 b   |  9 lines

  1. on stopMovie
  2.   global gSwitch, gColor
  3.   if (the commandDown and (the keyPressed = "q")) or (charToNum(the keyPressed) = 27) then
  4.     if gSwitch then
  5.       set the colorDepth to gColor
  6.     end if
  7.   end if
  8. end
  9.