home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gHyperWords
-
- put the mouseWord into clickedWord
- if listP (gHyperWords) then
- if getPos (gHyperWords, clickedWord) <> 0 then
- hyperCall word clickedWord of field the mouseCast
- else
- alert word clickedWord of field the mouseCast
- end if
- else
- alert string (clickedWord)
- end if
- end