home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global searchdata, wordlist
- set countwords to the number of words in field "searchdata"
- set searchdata to word 1 to countwords of field "searchdata"
- add(wordlist, searchdata)
- PerformSearch()
- set searchdata to EMPTY
- set the editableText of sprite 26 to 0
- set the keyDownScript to EMPTY
- end
-