home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global dbase, knob
- set curline to the mouseLine
- if curline < 1 then
- exit
- end if
- set spritenum to the clickOn
- set castNum to the memberNum of sprite spritenum
- set linetext to line curline of field castNum
- put linetext
- set articles to getCategories(dbase)
- put articles
- set pos to getPos(articles, linetext)
- if pos > 0 then
- showfiles(the knobstate of knob, pos)
- end if
- resetThumb("filethumb")
- set the visible of sprite castspritea("installbtn") to 0
- puppetSound(3, 0)
- puppetSound(3, "Flash")
- setControls(0)
- cyclelights(2)
- end
-