home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1997 February / WPCFEB97.ISO / multi / times / data / tools.dir / 00047.ls < prev    next >
Encoding:
Text File  |  1996-08-12  |  492 b   |  16 lines

  1. on mouseUp
  2.   if the frame = 17 then
  3.     set the foreColor of field 42 to 255
  4.     set the foreColor of sprite the clickOn to 26
  5.     set the lineSize of sprite the clickOn to 2
  6.     updateStage()
  7.     set temp to the text of field "How to use this CD-ROM"
  8.     set the text of field "hText" to temp
  9.     setArticleBody("hText")
  10.     set the castNum of sprite 2 to cast "noButt"
  11.     set the text of field "hTitle" to "How to use this CD-ROM"
  12.     setDispHead2("hTitle")
  13.     updateStage()
  14.   end if
  15. end
  16.