home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gbackframe, gsis, gHtxcard
- if the mouseWord = -1 then
- nothing()
- else
- set l_wpoint to the mouseWord
- set sprtname to the memberNum of sprite 21
- if the foreColor of word l_wpoint of field sprtname = 6 then
- set gHtxcard to word l_wpoint of field sprtname
- if (char length(gHtxcard) of gHtxcard = ".") or (char length(gHtxcard) of gHtxcard = ",") then
- set gHtxcard to chars(gHtxcard, 1, length(gHtxcard) - 1)
- end if
- set gbackframe to the frame
- DoClick()
- go("Hipertexto")
- else
- nothing()
- end if
- end if
- end
-