home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gsublist, gindex, gsectlist, gindexoffset
- set num to the mouseLine
- if num < 1 then
- abort()
- end if
- set gsublist to num
- set the foreColor of field 3 to 255
- updateStage()
- slidesub()
- updateStage()
- set tprob to gsectlist mod 2
- if tprob = 1 then
- set lupref to "i" & line num of the text of field 2
- else
- set lupref to "p" & line num of the text of field 2
- end if
- put the text of cast lupref into field 3
- end
-