home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 17 / MacFormat 17 (Spain) / MacFormat 17.bin / DATABASE / SHARED.DIR / 01036_spider button script.ls < prev    next >
Encoding:
Text File  |  1996-03-14  |  145 b   |  10 lines

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