home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gframe
- set gframe to EMPTY
- cursor(4)
- set tcard to the mouseLine
- set frameref to line tcard of the text of field 5135
- if frameref = EMPTY then
- cursor(0)
- exit
- end if
- hilite line tcard of field 5135
- set frameref to frametonum(frameref)
- if frameref < 845 then
- set the visible of sprite 42 to 1
- end if
- go(frameref)
- cursor(0)
- end
-