home *** CD-ROM | disk | FTP | other *** search
- -- card: 12698 from stack: in
- -- bmap block id: 16208
- -- flags: 0000
- -- background id: 8923
- -- name: General Layout 1
- ----- HyperTalk script -----
- on openCard
-
- set hilite of card button "not" to false
- set hilite of card button "and" to false
- set hilite of card button "or" to false
- hide card field "not"
- hide card field "and"
- hide card field "or"
- show card button continue
- set lockScreen to false
- end openCard
-
-
- -- part 3 (field)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=22 top=83 right=123 bottom=485
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 21
- -- text size: 12
- -- style flags: 16640
- -- line height: 16
- -- part name:
-
-
- -- part 7 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=10 top=38 right=90 bottom=491
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 21
- -- text size: 24
- -- style flags: 256
- -- line height: 32
- -- part name:
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=333 top=297 right=340 bottom=405
- -- title width / last selected line: 0
- -- icon id / first selected line: 19381 / 19381
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Review
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe right
- go to previous card
- end mouseUp
-
-
-
- -- part 10 (field)
- -- low flags: 80
- -- high flags: 0001
- -- rect: left=37 top=216 right=298 bottom=472
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 21
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: not
-
-
- -- part 12 (field)
- -- low flags: 80
- -- high flags: 2004
- -- rect: left=55 top=279 right=303 bottom=442
- -- 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: ?
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: 8000
- -- rect: left=411 top=299 right=340 bottom=482
- -- 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: Continue
- ----- HyperTalk script -----
- on mouseUp
- visual effect wipe left
- set lockScreen to true
- go to next card
- end mouseUp
-
-
-
- -- part 22 (button)
- -- low flags: 80
- -- high flags: 0001
- -- rect: left=73 top=199 right=261 bottom=175
- -- 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: clear
-
-
- -- part 23 (button)
- -- low flags: 80
- -- high flags: 0001
- -- rect: left=197 top=198 right=260 bottom=299
- -- 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: clear
-
-
- -- part 24 (button)
- -- low flags: 80
- -- high flags: 0001
- -- rect: left=320 top=198 right=260 bottom=422
- -- 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: clear
-
-
- -- part 25 (button)
- -- low flags: 00
- -- high flags: 4000
- -- rect: left=34 top=108 right=208 bottom=177
- -- 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: or
- ----- HyperTalk script -----
- on mouseUp
- set hilite of card button "or" to true
- set hilite of card button "and" to false
- set hilite of card button "not" to false
- show card field "or"
- hide card field "and"
- hide card field "not"
- end mouseUp
-
-
-
- -- part 26 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=180 top=107 right=209 bottom=323
- -- 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: and
- ----- HyperTalk script -----
- on mouseUp
- set hilite of card button "and" to true
- set hilite of card button "or" to false
- set hilite of card button "not" to false
- show card field "and"
- hide card field "or"
- hide card field "not"
- end mouseUp
-
-
-
- -- part 27 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=327 top=107 right=208 bottom=468
- -- 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: not
- ----- HyperTalk script -----
- on mouseUp
- set hilite of card button "not" to true
- set hilite of card button "or" to false
- set hilite of card button "and" to false
- show card field "not"
- hide card field "or"
- hide card field "and"
- end mouseUp
-
-
-
- -- part 29 (field)
- -- low flags: 00
- -- high flags: 0001
- -- rect: left=37 top=216 right=298 bottom=472
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 21
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: or
-
-
- -- part 30 (field)
- -- low flags: 80
- -- high flags: 0001
- -- rect: left=37 top=216 right=298 bottom=472
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 21
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: and
-
-
- -- part 31 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=18 top=297 right=342 bottom=98
- -- 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 Button
- ----- HyperTalk script -----
- on mouseUp
- go to card id 23137
- end mouseUp
-
-
-
-
- -- part contents for card part 3
- ----- text -----
- Click on the boxes below to see the effect of the connectors.
-
-
- -- part contents for card part 7
- ----- text -----
- Search Strategies: Connectors
-
- -- part contents for card part 12
- ----- text -----
- Try again by typing the name of the state in question.
- You need to type a ? after the word search.
-
- Please try again.
-
- -- part contents for card part 10
- ----- text -----
- The NOT connector will retrieve all articles that pertain to Washington, but will eliminate those that refer to Washington, D.C.
-
- The NOT connector helps to NARROW the search by eliminating double meanings for words.
-
- -- part contents for card part 29
- ----- text -----
- OR is generally used to include common SYNONYMS. This search would retrieve all articles that contain EDUCATION or SCHOOLS.
-
- The OR connector is used to BROADEN your search and to include all appropriate synonyms.
-
- -- part contents for card part 30
- ----- text -----
- The AND connector searches for articles that contain the word education ALONG WITH the word Washington.
-
- This connector NARROWS your search by requiring that all articles include BOTH keywords.