home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today (BR) Volume 2 #6 / CDRTV2N6.iso / makers / search.dir / 00077_Script_77 < prev    next >
Text File  |  1996-03-11  |  196b  |  8 lines

  1. on mouseDown
  2.   global StartSprite,FullList
  3.   
  4.   put item (the clickOn - 15) of getaProp(FullList, StartSprite) into temp
  5.   if temp <> "" then
  6.     chaptersLists temp,the clickOn
  7.   end if
  8. end