home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gComputerTypeK
- set x to the mouseLine
- if x > 0 then
- if marker(0) <> label("Help" & string(x)) then
- set the textStyle of field "HelpIndex" to "plain"
- set the textStyle of line x of field "HelpIndex" to "Bold"
- if the puppet of sprite 5 then
- puppetSprite(5, 0)
- end if
- set the visible of sprite 39 to 0
- if label("Help" & string(x)) > 0 then
- hputmsg("Mouseup on helpindexcast calling a branch to Help" & string(x))
- go(label("Help" & string(x)))
- else
- abort()
- end if
- if x > 1 then
- if not (the puppet of sprite 5) then
- puppetSprite(5, 1)
- end if
- end if
- set the locV of sprite 5 to 190
- end if
- end if
- end
-