home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gsublist, gsubsublist, gsectlist
- set num to the mouseLine
- if the number of words in line num of the text of field 3 < 1 then
- exit
- end if
- set tprob to gsectlist mod 2
- set the foreColor of field 3 to 255
- set the foreColor of line num of field 3 to 215
- if tprob = 1 then
- set frameref to line num of the text of field 3 & " (1)"
- set the visible of sprite 42 to 1
- else
- set frameref to line num of the text of field 3 & " (P1)"
- set the visible of sprite 42 to 0
- end if
- set frameref to frametonum(frameref)
- puppetSprite(11, 0)
- puppetSprite(12, 0)
- unLoad()
- go(frameref)
- end
-