home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 December / WPCDEC97.ISO / DXRS / INXWDEC.DXR / 00026_CDXBeginFileFlexSearching.ls < prev    next >
Encoding:
Text File  |  1997-10-13  |  365 b   |  12 lines

  1. on CDXBeginFileFlexSearching
  2.   global CDXWhichTypesList, CDrecordsfound, CDXSomething, CDXWordsearchdata
  3.   set the castNum of sprite 30 to the number of member "CDnoFound"
  4.   set the loc of sprite 30 to point(119, 36)
  5.   put "found:" && "0" into field "CDnoFound"
  6.   if CDXWordsearchdata <> EMPTY then
  7.     CDXWordSearching()
  8.   else
  9.     CDXTYPESearching()
  10.   end if
  11. end
  12.