home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gframe
- set gframe to EMPTY
- cursor(4)
- set tcard to the mouseLine
- set tline to line tcard of the text of field 5134
- if tline = EMPTY then
- cursor(0)
- exit
- end if
- hilite line tcard of field 5134
- if the last word in tline = "P" then
- set tline to stripend(tline) & " (P1)"
- set frameref to tline
- else
- set frameref to tline & " (1)"
- end if
- set frameref to frametonum(frameref)
- if frameref < 845 then
- set the visible of sprite 42 to 1
- end if
- go(frameref)
- cursor(0)
- end
-