home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global arrows, bluesprites, bluedelta, dbase
- set spritenum to the clickOn
- set curcastname to the name of member the memberNum of sprite spritenum
- puppetSound(2, 0)
- puppetSound(2, "flick")
- set bluestrips to bluesprites + bluedelta
- set curpos to getPos(bluestrips, spritenum)
- repeat with index = 1 to 6
- set aspritenum to getAt(arrows, index)
- set the visible of sprite aspritenum to curpos = index
- end repeat
- delete char 1 to 2 of curcastname
- put curcastname into field "title"
- updateStage()
- if curcastname <> "About Shareware" then
- set the activecategory of dbase to curcastname
- set files to getrecords(dbase)
- set the text of field "display" to listtotext(files, RETURN)
- hideInstall()
- else
- set the text of field "display" to the text of field "About Shareware"
- end if
- set the scrollTop of member "display" to 0
- set thumb to castspritea("thumb")
- puppetSprite(thumb, 1)
- set the locV of sprite thumb to 224
- updateStage()
- setControls(0)
- end
-