home *** CD-ROM | disk | FTP | other *** search
/ Learn to Speak Spanish 7 / LSSP_7.ISO / mac / LSSP / ColorCheck_SP / 00007.ls < prev    next >
Encoding:
Text File  |  1998-10-05  |  153 b   |  9 lines

  1. on startMovie
  2.   set the keyDownScript to "if the key = RETURN or the key = ENTER then set8bit"
  3. end
  4.  
  5. on set8bit
  6.   set the colorDepth to 8
  7.   play done
  8. end
  9.