home *** CD-ROM | disk | FTP | other *** search
- global LorR, listline2
-
- on mouseUp
- set def2 to line the mouseLine of the text of member "blanklist2"
- set listline2 to the mouseLine
- set LorR to "def2"
- 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
- set the text of member "defHeading" to " "
- set the text of member "defText" to " "
- updateStage()
- put def2 into field "defHeading"
- if line 1 of the text of member def2 of castLib "glossary" = ("$" & def2) then
- set picTempText to the text of member def2 of castLib "glossary"
- delete line 1 of picTempText
- put picTempText into field "defTextPic"
- set the locV of sprite 23 to 246
- go(15)
- puppetSprite(20, 1)
- set the member of sprite 20 to member def2 of castLib "image"
- else
- put the text of member def2 of castLib "glossary" into field "defText"
- set the locV of sprite 23 to 151
- go(10)
- end if
- end
-