home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 August / Personal_Computer_World_Aug_97.iso / dxrs / refpcw08.dxr / 00191_Button2.ls < prev    next >
Encoding:
Text File  |  1997-05-16  |  318 b   |  11 lines

  1. on mouseDown
  2.   global searchdata, wordlist
  3.   set countwords to the number of words in field "searchdata"
  4.   set searchdata to word 1 to countwords of field "searchdata"
  5.   add(wordlist, searchdata)
  6.   PerformSearch()
  7.   set searchdata to EMPTY
  8.   set the editableText of sprite 26 to 0
  9.   set the keyDownScript to EMPTY
  10. end
  11.