home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global log1, log2
- set temp to the mouseWord
- set tp to the frame + 104
- set theword to word temp of field tp
- set wdnumx to the number of words in field tp
- set theword to stripparts(theword)
- if (theword = EMPTY) or (temp > wdnumx) or (temp < 1) then
- exit
- end if
- cursor(4)
- hilite word temp of field tp
- put theword into field 7766
- puppetSprite(42, 0)
- set the visible of sprite 43 to 0
- cunload()
- go("clearcard")
- set the hilite of cast 7758 to 1
- set the hilite of cast 7759 to 0
- set the hilite of cast 7760 to 0
- set the hilite of cast 7761 to 1
- set the hilite of cast 7762 to 0
- set the hilite of cast 7763 to 0
- set log1 to "land"
- set log2 to "land"
- put EMPTY into field 7757
- put EMPTY into field 7756
- scardok()
- go("scard")
- end
-