home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / database / power.dir / 00022.ls < prev    next >
Encoding:
Text File  |  1996-06-13  |  155 b   |  10 lines

  1. on mouseDown
  2.   global gCurChap
  3.   puppetSound("click")
  4.   updateStage()
  5.   set sp to the clickOn - 36
  6.   if sp <> gCurChap then
  7.     GoChapter(sp)
  8.   end if
  9. end
  10.