home *** CD-ROM | disk | FTP | other *** search
/ Knitting Made Easy / Knitting.iso / App / intro.dxr / Internal_6.ls < prev    next >
Encoding:
Text File  |  2002-03-27  |  226 b   |  13 lines

  1. on exitFrame
  2.   DShow = isDirectShowInstalled(member("l1.avi", "video"))
  3.   if DShow = 0 then
  4.     go("DirectShow")
  5.   else
  6.     if the colorDepth >= 16 then
  7.       go(#next)
  8.     else
  9.       go("colorChange")
  10.     end if
  11.   end if
  12. end
  13.