home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- puppetSound(2, 0)
- puppetSound(2, "Switch")
- set i to the memberNum of sprite 23
- if i > 35 then
- set the memberNum of sprite 23 to i - 1
- else
- set the memberNum of sprite 23 to 41
- end if
- updateStage()
- set i to the memberNum of sprite 23
- case i of
- 35:
- put line 1 of field "catList" into field "catSort"
- 36:
- put line 2 of field "catList" into field "catSort"
- 37:
- put line 3 of field "catList" into field "catSort"
- 38:
- put line 4 of field "catList" into field "catSort"
- 39:
- put line 5 of field "catList" into field "catSort"
- 40:
- put line 6 of field "catList" into field "catSort"
- 41:
- put line 7 of field "catList" into field "catSort"
- end case
- lookUpCat()
- set oldFont to the textFont of member "dummyField"
- set oldSize to the textSize of member "dummyField"
- set the text of field "dummyField" to field "description" & RETURN & RETURN
- set the textFont of member "dummyField" to oldFont
- set the textSize of member "dummyField" to oldSize
- set the textStyle of member "dummyField" to "bold"
- squawkBox()
- end
-