home *** CD-ROM | disk | FTP | other *** search
- on CDXDefault
- global CDXNameDrpList, CDXNameSelList
- repeat with t = 1 to count(CDXNameDrpList)
- set the editable of member getAt(CDXNameDrpList, t) to 0
- set the textSize of member getAt(CDXNameDrpList, t) to 12
- set the boxType of member getAt(CDXNameDrpList, t) to #adjust
- if the machineType > 200 then
- set the textFont of member getAt(CDXNameDrpList, t) to "Arial"
- else
- set the textFont of member getAt(CDXNameDrpList, t) to "Geneva"
- end if
- set the textStyle of member getAt(CDXNameDrpList, t) to "bold"
- set thiscastnum to the memberNum of member getAt(CDXNameDrpList, t)
- set the editable of member (thiscastnum + 1) to 0
- set the boxType of member (thiscastnum + 1) to #fixed
- end repeat
- repeat with t = 1 to count(CDXNameSelList)
- set the editable of member getAt(CDXNameSelList, t) to 0
- set the textSize of member getAt(CDXNameSelList, t) to 12
- set the boxType of member getAt(CDXNameSelList, t) to #adjust
- if the machineType > 200 then
- set the textFont of member getAt(CDXNameSelList, t) to "Arial"
- else
- set the textFont of member getAt(CDXNameSelList, t) to "Geneva"
- end if
- set the textStyle of member getAt(CDXNameSelList, t) to "bold"
- put "s" into field getAt(CDXNameSelList, t)
- end repeat
- put EMPTY into field "SelectedFour"
- put EMPTY into field "SelectedEight"
- put " DATABASE" into field "SelectedOne"
- put " contains" into field "SelectedTwo"
- set the editable of member "SelectedThree" to 1
- put EMPTY into field "SelectedThree"
- set the member of sprite 21 to member "SelectedOne"
- set the member of sprite 22 to member "SelectedTwo"
- set the member of sprite 23 to member "SelectedThree"
- set the loc of sprite 23 to point(335, 126)
- set the ink of sprite 23 to 36
- set the loc of sprite 21 to point(96, 127)
- set the ink of sprite 21 to 36
- set the loc of sprite 22 to point(237, 126)
- set the ink of sprite 22 to 36
- cursor(-1)
- updateStage()
- end
-