home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Review 59 / PCR59.iso / scifi_2d / movies / shared.dir / 01106_ChapBtn.ls < prev    next >
Encoding:
Text File  |  1995-06-25  |  454 b   |  16 lines

  1. on mouseUp
  2.   global gkeycounter
  3.   set gkeycounter to 0
  4.   set the hilite of cast "BmrkBtn" to 0
  5.   set the hilite of cast "PageBtn" to 0
  6.   set the hilite of cast "ChapBtn" to 1
  7.   set the visible of sprite 23 to 0
  8.   set the editableText of sprite 23 to 0
  9.   set the visible of sprite 24 to 1
  10.   set the editableText of sprite 24 to 1
  11.   put EMPTY into field "Pageto"
  12.   put EMPTY into field "Chapto"
  13.   set the editableText of sprite 24 to 1
  14.   updateStage()
  15. end
  16.