home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- if the mouseH < 425 then
- hilite line the mouseLine of field "result"
- end if
- end
-
- on mouseUp
- global theGoString, theKeyLine
- set the castNum of sprite 7 to 8
- updateStage()
- hilite line the mouseLine of field "result"
- set theGoString to item the mouseLine of line theKeyLine of field "list3"
- if the doubleClick then
- goToPlace()
- end if
- end
-