-- card: 10596 from stack: in.2 -- bmap block id: 12900 -- flags: 0000 -- background id: 2586 -- name: ----- HyperTalk script ----- on openCard global gb if gb = 11 then hide button "1st" else if gb =12 then hide button "2nd" else if gb = 13 then hide button "3rd" else if gb = 14 then hide button "4th" else if gb = 15 then hide button "5th" else if gb = 16 then hide button "6th" else if gb = 17 then hide button "7th" else if gb <1 then end if end openCard -- part 1 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=85 top=65 right=124 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: 1st ----- HyperTalk script ----- on mouseUp global it put 11 into it global gb if gb = 11 then hide button "1st" else if gb <> 11 then visual dissolve fast go to card id 50457 end if end mouseUp -- part 2 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=195 top=66 right=125 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 12 into it global gb if gb = 12 then hide button "2nd" else if gb <> 12 then visual venetian blinds go to card id 50457 end if end mouseUp -- part 3 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=317 top=64 right=122 bottom=389 -- 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 13 into it global gb if gb = 13 then hide button "3rd" else if gb <> 14 then visual venetian blinds go to card id 50457 end if end mouseUp -- part 4 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=83 top=158 right=217 bottom=157 -- 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 14 into it global gb if gb = 14 then hide button "4th" else if gb <> 14 then visual venetian blinds go to card id 50457 end if end mouseUp -- part 5 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=193 top=159 right=218 bottom=267 -- 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 15 into it global gb if gb = 15 then hide button "5th" else if gb <> 15 then visual dissolve fast go to card id 50457 end if end mouseUp -- part 6 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=315 top=159 right=218 bottom=389 -- 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 it put 16 into it global gb if gb = 16 then hide button "6th" else if gb <> 16 then visual venetian blinds go to card id 50457 end if end mouseUp -- part 7 (button) -- low flags: 00 -- high flags: 2000 -- rect: left=79 top=250 right=309 bottom=166 -- 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 17 into it global gb if gb = 17 then hide button "7th" else if gb <> 17 then visual dissolve fast go to card id 50457 end if end mouseUp -- part 8 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=197 top=251 right=311 bottom=274 -- 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 13230 end mouseUp -- part 9 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=293 top=252 right=320 bottom=374 -- 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 = 17 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 <> 17 then visual wipe left go to card id 3029 end if end mouseUp -- part 10 (button) -- low flags: 00 -- high flags: 0000 -- 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 10 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