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