home *** CD-ROM | disk | FTP | other *** search
- global LorR, listline1
-
- on mouseUp
- set def1 to line the mouseLine of the text of member "blanklist1"
- set listline1 to the mouseLine
- set LorR to "def1"
- if def1 = "Currently no entries" then
- exit
- end if
- set the visible of sprite 16 to 0
- set the visible of sprite 17 to 0
- set the visible of sprite 18 to 0
- set the visible of sprite 19 to 0
- updateStage()
- put def1 into field "defHeading"
- if line 1 of the text of member def1 of castLib "glossary" = ("$" & def1) then
- set picTempText to the text of member def1 of castLib "glossary"
- delete line 1 of picTempText
- put picTempText into field "defTextpic"
- put picTempText
- go(15)
- puppetSprite(20, 1)
- set the member of sprite 20 to member def1 of castLib "image"
- else
- put the text of member def1 of castLib "glossary" into field "defText"
- go(10)
- end if
- end
-