home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global idxCatName, theCast
- button(EMPTY)
- makePuppet(2, 31, 0)
- set temp to the clickOn
- set suff to temp - 12
- if suff < 10 then
- set idxCatName to "Hshold0" & suff & ".pct"
- set theCast to "Hshold0" & suff
- else
- set idxCatName to "Hshold" & suff & ".pct"
- set theCast to "Hshold" & suff
- end if
- go("idxDisp")
- end
-