home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gscardon, gframe
- if the puppet of sprite 48 = 1 then
- exit
- end if
- set gframe to EMPTY
- set gscardon to the mouseLine
- if line gscardon of field 7764 = EMPTY then
- exit
- end if
- cursor(4)
- hilite line gscardon of field 7764
- set frameref to line gscardon of the text of field 7764
- set numref to the number of words in frameref
- set frameref to word 2 to numref of frameref
- set frameref to frametonum(frameref)
- setoff(0)
- cunload()
- go(frameref)
- puppetSprite(43, 1)
- set the visible of sprite 42 to 1
- set the visible of sprite 43 to 1
- searchword()
- cursor(0)
- end
-