home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 17 / MacFormat 17 (Spain) / MacFormat 17.bin / DATABASE / POWER.DIR / 00022.ls < prev    next >
Encoding:
Text File  |  1996-03-14  |  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.