-- card: 15371 from stack: in.2 -- bmap block id: 51078 -- flags: 0000 -- background id: 2586 -- name: ----- HyperTalk script ----- on openCard global gb if gb = 1 then hide button "1st" else if gb = 2 then hide button "2nd" else if gb = 3 then hide button "3rd" else if gb = 4 then hide button "4th" else if gb = 5 then hide button "5th" else if gb = 6 then hide button "6th" else if gb = 7 then hide button "7th" else if gb < 1 then end if end openCard -- part 1 (button) -- low flags: 80 -- high flags: 2000 -- rect: left=87 top=63 right=122 bottom=161 -- title width / last selected line: 0 -- icon id / first selected line: 20186 / 20186 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 1st ----- HyperTalk script ----- on mouseUp global it put 1 into it global gb if gb = 1 then hide button "1st" else if gb <> 1 then visual venetian blinds go to card id 48321 end if end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=195 top=64 right=123 bottom=269 -- title width / last selected line: 0 -- icon id / first selected line: 20186 / 20186 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 2nd ----- HyperTalk script ----- on mouseUp global it put 2 into it global gb if gb = 2 then hide button "2nd" else if gb <> 2 then visual venetian blinds go to card id 49339 end if end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=316 top=62 right=120 bottom=388 -- title width / last selected line: 0 -- icon id / first selected line: 20186 / 20186 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 3rd ----- HyperTalk script ----- on mouseUp global it put 3 into it global gb if gb = 3 then hide button "3rd" else if gb <> 3 then visual venetian blinds go to card id 49533 end if end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=191 top=253 right=313 bottom=268 -- title width / last selected line: 0 -- icon id / first selected line: 12195 / 12195 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp global it put 1 into it visual wipe right go to card id 2403 end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=292 top=251 right=322 bottom=372 -- title width / last selected line: 0 -- icon id / first selected line: 14953 / 14953 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp global gb if gb = 7 then show button "1st" show button "2nd" show button "3rd" show button "4th" show button "5th" show button "6th" show button "7th" visual wipe left go to card id 3029 else if gb <> 7 then visual wipe left go to card id 3029 end if end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=87 top=157 right=215 bottom=159 -- title width / last selected line: 0 -- icon id / first selected line: 20186 / 20186 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 4th ----- HyperTalk script ----- on mouseUp global it put 4 into it global gb if gb = 4 then hide button "4th" visual venetian blinds go to card id 49533 else if gb <> 4 then visual dissolve fast go to card id 49533 end if end mouseUp -- part 11 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=198 top=158 right=216 bottom=270 -- title width / last selected line: 0 -- icon id / first selected line: 20186 / 20186 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 5th ----- HyperTalk script ----- on mouseUp global it put 5 into it global gb if gb = 5 then hide button "5th" else if gb <> 5 then visual venetian blinds go to card id 49533 end if end mouseUp -- part 12 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=319 top=161 right=219 bottom=391 -- title width / last selected line: 0 -- icon id / first selected line: 20186 / 20186 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 6th ----- HyperTalk script ----- on mouseUp global gc put 6 into gc global it put 6 into it global gb if gb = 6 then hide button "6th" else if gb <> 6 then visual venetian blinds go to card id 49533 end if end mouseUp -- part 13 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=89 top=244 right=302 bottom=161 -- title width / last selected line: 0 -- icon id / first selected line: 20186 / 20186 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: 7th ----- HyperTalk script ----- on mouseUp global it put 7 into it global gb if gb = 7 then hide button "7th" else if gb <> 7 then visual venetian blinds go to card id 49533 end if end mouseUp -- part 14 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=380 top=266 right=313 bottom=427 -- title width / last selected line: 0 -- icon id / first selected line: 32488 / 32488 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp global gb put 0 into gb show button "1st" show button "2nd" show button "3rd" show button "4th" show button "5th" show button "6th" show button "7th" end mouseUp