-- background: 2577 from stack: in -- bmap block id: 3092 -- flags: 0000 -- background id: 0 -- name: -- part 1 (field) -- low flags: 00 -- high flags: 0007 -- rect: left=189 top=178 right=340 bottom=509 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: evidence -- part 2 (field) -- low flags: 00 -- high flags: 0007 -- rect: left=224 top=143 right=176 bottom=509 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: slug -- part 3 (field) -- low flags: 00 -- high flags: 0007 -- rect: left=225 top=59 right=141 bottom=505 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: keywords -- part 4 (field) -- low flags: 00 -- high flags: 0002 -- rect: left=37 top=41 right=59 bottom=219 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: case -- part 5 (field) -- low flags: 00 -- high flags: 0007 -- rect: left=37 top=61 right=96 bottom=200 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: type -- part 6 (field) -- low flags: 00 -- high flags: 0007 -- rect: left=7 top=306 right=340 bottom=182 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: novol -- part 7 (field) -- low flags: 00 -- high flags: 0007 -- rect: left=7 top=256 right=289 bottom=182 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: name -- part 8 (field) -- low flags: 00 -- high flags: 0007 -- rect: left=7 top=206 right=239 bottom=182 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: title -- part 9 (field) -- low flags: 00 -- high flags: 0007 -- rect: left=7 top=155 right=188 bottom=182 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: author -- part 10 (button) -- low flags: 00 -- high flags: A003 -- rect: left=16 top=107 right=129 bottom=59 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New ----- HyperTalk script ----- on mouseUp get field case doMenu "New Card" put it into field case end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: A003 -- rect: left=75 top=107 right=129 bottom=117 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: IBID ----- HyperTalk script ----- on mouseUp lock screen put field case into line 1 of ibid put field type into line 2 of ibid put field author into line 3 of ibid put field title into line 4 of ibid put field name into line 5 of ibid put field novol into line 6 of ibid put field keywords into line 7 of ibid doMenu "New Card" put line 1 of ibid into field case put line 2 of ibid into field type put line 3 of ibid into field author put line 4 of ibid into field title put line 5 of ibid into field name put line 6 of ibid into field novol put line 7 of ibid into field keywords unlock screen end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: A003 -- rect: left=134 top=107 right=129 bottom=171 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Tag ----- HyperTalk script ----- on mouseUp set lockText of field tag to false get field tag if it is empty then put "•" into field tag else put empty into field tag end if set lockText of field tag to true end mouseUp -- part 15 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=188 top=3 right=36 bottom=232 -- title width / last selected line: 0 -- icon id / first selected line: 30393 / 30393 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: newcase ----- HyperTalk script ----- on mouseUp put the short name of this stack into stackName oxBox stackName end mouseUp -- part 17 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=201 top=59 right=81 bottom=223 -- title width / last selected line: 0 -- icon id / first selected line: 26635 / 26635 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: showTypes ----- HyperTalk script ----- on mouseUp global gtypes get XScrollBoxM(0,"Select Argument Type(s)",gtypes,"Help") if it is "Help" then push card go to card id 3870 of stack "Debate Coach" else put empty into selectedTypes repeat with count = 1 to number of items in it put item count of it into thisType if thisType < 1 or thisType > 100 then put selectedTypes & thisType into selectedTypes if count < number of items in it then put selectedTypes & ", " into selectedTypes end if end if end repeat put selectedTypes into field type end if end mouseUp -- part 18 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=277 top=2 right=37 bottom=307 -- title width / last selected line: 0 -- icon id / first selected line: 18609 / 18609 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: briefs ----- HyperTalk script ----- on mouseUp go to stack "Briefs" end mouseUp -- part 20 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=143 top=130 right=147 bottom=161 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: tag -- part 21 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=470 top=3 right=40 bottom=509 -- title width / last selected line: 0 -- icon id / first selected line: 1007 / 1007 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: QuickPrint ----- HyperTalk script ----- on mouseUp quickPrint end mouseUp -- part 24 (field) -- low flags: 80 -- high flags: 0000 -- rect: left=184 top=178 right=340 bottom=504 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: yourCard -- part 25 (field) -- low flags: 80 -- high flags: 0000 -- rect: left=7 top=155 right=240 bottom=207 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: source -- part 26 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=428 top=4 right=40 bottom=466 -- title width / last selected line: 65535 -- icon id / first selected line: -6047 / 59489 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: QuickWrite ----- HyperTalk script ----- on mouseUp quickWrite end mouseUp -- part 27 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=96 top=1 right=40 bottom=135 -- title width / last selected line: 0 -- icon id / first selected line: 2002 / 2002 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: coach ----- HyperTalk script ----- on mouseUp go to card id 3060 of stack "Debate Coach" end mouseUp -- part 28 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=238 top=5 right=35 bottom=271 -- title width / last selected line: 0 -- icon id / first selected line: 8538 / 8538 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: search ----- HyperTalk script ----- on mouseUp put the short name of this stack into stackName put the selection into chosenText search stackName, chosenText end mouseUp -- part 29 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=3 top=1 right=39 bottom=44 -- title width / last selected line: 0 -- icon id / first selected line: 29114 / 29114 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp pop card end mouseUp -- part 30 (button) -- low flags: 80 -- high flags: 2003 -- rect: left=372 top=5 right=39 bottom=410 -- title width / last selected line: 0 -- icon id / first selected line: 17137 / 17137 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: disableBriefMaking ----- HyperTalk script ----- on mouseUp global briefMaking put "false" into briefMaking hide bkgnd button cardContainer hide bkgnd button disableBriefMaking answer "Brief making now disabled." with "OK" end mouseUp -- part 31 (button) -- low flags: 80 -- high flags: 2003 -- rect: left=329 top=3 right=42 bottom=366 -- title width / last selected line: 0 -- icon id / first selected line: 1588 / 1588 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: cardContainer ----- HyperTalk script ----- on mouseUp addCardtoBrief end mouseUp -- part 32 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=49 top=7 right=35 bottom=91 -- title width / last selected line: 0 -- icon id / first selected line: 1016 / 1016 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp go to previous card end mouseUp -- part 33 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=140 top=7 right=35 bottom=182 -- title width / last selected line: 0 -- icon id / first selected line: 32650 / 32650 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp go to next card end mouseUp -- part 34 (button) -- low flags: 00 -- high flags: 2004 -- rect: left=179 top=113 right=149 bottom=219 -- title width / last selected line: 0 -- icon id / first selected line: 23078 / 23078 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp push card go to card id 3870 of stack "Debate Coach" end mouseUp