home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- if the frame = 17 then
- set the foreColor of field 42 to 255
- set the foreColor of sprite the clickOn to 26
- set the lineSize of sprite the clickOn to 2
- updateStage()
- set temp to the text of field "How to use this CD-ROM"
- set the text of field "hText" to temp
- setArticleBody("hText")
- set the castNum of sprite 2 to cast "noButt"
- set the text of field "hTitle" to "How to use this CD-ROM"
- setDispHead2("hTitle")
- updateStage()
- end if
- end
-