home *** CD-ROM | disk | FTP | other *** search
/ Organic Chemistry (8th Edition) / Image.iso / pc / data1.cab / Program_Files / PC_IR_Tutor / Open / 00097.ls < prev    next >
Encoding:
Text File  |  2003-05-14  |  109 b   |  8 lines

  1. on enterFrame
  2.   if the colorDepth <> 8 then
  3.     go("chkcolor")
  4.   else
  5.     play movie "MainProg"
  6.   end if
  7. end
  8.