home *** CD-ROM | disk | FTP | other *** search
/ What PC? 1996 August / WPCAUG96.ISO / makers / search.dir / 00077.ls < prev    next >
Encoding:
Text File  |  1996-06-12  |  189 b   |  8 lines

  1. on mouseDown
  2.   global StartSprite, fullList
  3.   set temp to item the clickOn - 15 of getaProp(fullList, StartSprite)
  4.   if temp <> EMPTY then
  5.     chaptersLists(temp, the clickOn)
  6.   end if
  7. end
  8.