home *** CD-ROM | disk | FTP | other *** search
/ Fischer's Erotic Encyclopedia / Eros.mdf / TEMPLE / 00046.ls < prev    next >
Encoding:
Text File  |  1996-11-07  |  282 b   |  11 lines

  1. on mouseDown
  2.   global gIndexLocation, gTempIndex, gTempSubData, gMaxIndex
  3.   set sectionClick to the clickOn - 2
  4.   if button() then
  5.     set gTempIndex to [sectionClick, 1, 1]
  6.     set gIndexLocation to value(string(gTempIndex))
  7.     SetIndexData()
  8.     UpdateIndexScreen()
  9.   end if
  10. end
  11.