home *** CD-ROM | disk | FTP | other *** search
/ Buffalo Sabres 2001-2002 Promotional CD / Sabres.iso / pc / detectpc.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  2001-09-05  |  477 b   |  13 lines

  1. on exitFrame
  2.   the searchPaths = []
  3.   add(the searchPaths, the moviePath)
  4.   add(the searchPaths, the moviePath & "@direct")
  5.   add(the searchPaths, the moviePath & "@movies")
  6.   add(the searchPaths, the moviePath & "@paper")
  7.   add(the searchPaths, the moviePath & "@xtras")
  8.   add(the searchPaths, the moviePath & "@quiktime")
  9.   add(the searchPaths, the moviePath & "@QT")
  10.   add(the searchPaths, the moviePath & "@screensaver")
  11.   add(the searchPaths, the moviePath & "@link")
  12. end
  13.