home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global gIndexLocation, gTempIndex, gTempSubData, gMaxIndex
- set sectionClick to the clickOn - 2
- if button() then
- set gTempIndex to [sectionClick, 1, 1]
- set gIndexLocation to value(string(gTempIndex))
- SetIndexData()
- UpdateIndexScreen()
- end if
- end
-