-- card: 2546 from stack: in -- bmap block id: 101072 -- flags: 4000 -- background id: 2295 -- name: -- part 2 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=308 top=169 right=226 bottom=361 -- title width / last selected line: 0 -- icon id / first selected line: 22308 / 22308 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: First Bird ----- HyperTalk script ----- on mouseUp go to next card end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=464 top=36 right=70 bottom=500 -- title width / last selected line: 0 -- icon id / first selected line: 11045 / 11045 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp visual effect dissolve slowly doMenu Home end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=306 top=23 right=53 bottom=343 -- title width / last selected line: 0 -- icon id / first selected line: 19678 / 19678 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: About ----- HyperTalk script ----- on mouseDown show card field "About" end mouseDown on mouseUp hide card field "About" end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 8000 -- rect: left=309 top=244 right=296 bottom=359 -- title width / last selected line: 0 -- icon id / first selected line: 1004 / 1004 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Make List ----- HyperTalk script ----- on mouseUp -- export text answer "Really Make Text File?" with Yes or No if it is "No" then exit mouseUp answer "Full List or Life List?" with Full or Life if it is "Life" then put true into doLife else put false into doLife if doLife is true then put "Life List" into fileName else put "Bird List" into fileName ask "Put list into what file?" with fileName if it is empty then exit mouseUp put it into fileName open file fileName go to second card put the number of cards into numCards put numCards - 1 into numCards repeat with i = 1 to numCards if doLife is false or hilite of button "Life List?" is true then write field "Bird Name" to file fileName write return to file fileName end if go to next card end repeat close file fileName end mouseUp -- part 5 (field) -- low flags: 80 -- high flags: 0004 -- rect: left=275 top=159 right=331 bottom=397 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 4 -- text size: 9 -- style flags: 0 -- line height: 11 -- part name: About -- part contents for card part 5 ----- text ----- This stack is shareware. Feel free to modify it, but do not remove this card if you pass it on. If you like this stack and decide to keep it, please send $2 to: Jeff Myers Coquí Graphics 305-D Eagle Hts. Madison, WI 53705