home *** CD-ROM | disk | FTP | other *** search
Text File | 1988-11-27 | 25.1 KB | 1,033 lines |
- -- card: 3078 from stack: in
- -- bmap block id: 2453
- -- flags: 0000
- -- background id: 2705
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=414 top=24 right=47 bottom=438
- -- title width / last selected line: 0
- -- icon id / first selected line: 1014 / 1014
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: PREV
- ----- HyperTalk script -----
- on mouseUp
- go Previous
- end mouseUp
-
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=441 top=24 right=46 bottom=463
- -- title width / last selected line: 0
- -- icon id / first selected line: 1013 / 1013
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go Next
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=10 top=63 right=85 bottom=110
- -- 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: ZIP 10001
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "J.A.F. Building Station" into temp1
- put "421 Eighth Avenue, New York, N.Y." into temp2
- put "Tel: 330-3908" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 4 (field)
- -- low flags: 01
- -- high flags: 0002
- -- rect: left=109 top=299 right=342 bottom=418
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 14
- -- part name: Answer
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=10 top=86 right=108 bottom=110
- -- 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: ZIP 10002
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "KNICKERBOCKER Station" into temp1
- put "128th East Broadway, New York, N.Y." into temp2
- put "Tel: 227-0089" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=10 top=109 right=131 bottom=110
- -- 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: ZIP 10003
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "COOPER Station" into temp1
- put "93 Fourth Avenue, New York, N.Y." into temp2
- put "Tel: 254-1389" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=11 top=28 right=53 bottom=48
- -- title width / last selected line: 0
- -- icon id / first selected line: 1011 / 1011
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: HOME
- ----- HyperTalk script -----
- on mouseUp
- go home
- end mouseUp
-
-
-
- -- part 8 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=10 top=132 right=154 bottom=110
- -- 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: ZIP 10004
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "BOWLING STATION" into temp1
- put "25 BROADWAY, NEW YORK, N.Y." into temp2
- put "Tel: 363-9490" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 9 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=10 top=155 right=177 bottom=110
- -- 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: ZIP 10005
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "WALL STREET STATION" into temp1
- put "73 PINE STREET, NEW YORK, N.Y." into temp2
- put "Tel: 269-2161" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=10 top=178 right=200 bottom=110
- -- 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: ZIP 10007
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "CHURCH STATION" into temp1
- put "90 CHURCH STREET, NEW YORK, N.Y." into temp2
- put "Tel: 330-5247" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 11 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=10 top=201 right=223 bottom=110
- -- 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: ZIP 10009
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "PETER STUYVESANT STATION" into temp1
- put "432 EAST 14TH STREET, NEW YORK, N.Y." into temp2
- put "Tel: 677-2112" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 12 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=10 top=224 right=246 bottom=110
- -- 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: ZIP 10010
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "MADISON SQUARE STATION" into temp1
- put "149 EAST 23RD STREET, NEW YORK, N.Y." into temp2
- put "Tel: 673-3771" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 13 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=10 top=248 right=270 bottom=110
- -- 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: ZIP 10011
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "OLD CHELSEA STATION" into temp1
- put "217 WEST 18TH STREET, NEW YORK, N.Y." into temp2
- put "Tel: 675-2415" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 14 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=9 top=271 right=293 bottom=109
- -- 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: ZIP 10012
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "PRINCE STATION" into temp1
- put "103 PRINCE STREET, NEW YORK, N.Y." into temp2
- put "Tel: 266-7868" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 15 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=128 top=64 right=86 bottom=228
- -- 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: ZIP 10013
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "CANAL STREET STATION" into temp1
- put "350 CANAL STREET, NEW YORK, N.Y." into temp2
- put "Tel: 925-3378" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=128 top=87 right=109 bottom=228
- -- 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: ZIP 10014
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "VILLAGE STATION" into temp1
- put "201 VARICK STREET, NEW YORK, N.Y." into temp2
- put "Tel: 989-9741" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 17 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=128 top=110 right=132 bottom=228
- -- 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: ZIP 10016
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "MURRAY HILL STATION" into temp1
- put "115 EAST 34TH STREET, NEW YORK, N.Y." into temp2
- put "Tel: 689-1124" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=128 top=133 right=155 bottom=228
- -- 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: ZIP 10017
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "GRAND CENTRAL STATION" into temp1
- put "450 LEXINGTON AVENUE, NEW YORK, N.Y." into temp2
- put "Tel: 826-4677" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=128 top=156 right=178 bottom=228
- -- 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: ZIP 10018
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "MIDTOWN STATION" into temp1
- put "221 WEST 38TH STREET, NEW YORK, N.Y." into temp2
- put "Tel: 994-6598" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 20 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=128 top=179 right=201 bottom=228
- -- 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: ZIP 10019
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "RADIO CITY STATION" into temp1
- put "322 WEST 52ND STREET, NEW YORK, N.Y." into temp2
- put "Tel: 265-6674" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 21 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=128 top=202 right=224 bottom=228
- -- 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: ZIP 10020
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "ROCKFELLER CENER STATION" into temp1
- put "610 FIFTH AVENUE, NEW YORK, N.Y." into temp2
- put "Tel: 265-3854" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 22 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=128 top=225 right=247 bottom=228
- -- 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: ZIP 10021
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "LENOX HILL STATION" into temp1
- put "217 EAST 70TH STREET" into temp2
- put "Tel: 879-4401" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 23 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=128 top=248 right=270 bottom=228
- -- 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: ZIP 10022
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "E.D. ROOSEVELT STATION" into temp1
- put "909 THIRD AVENUE, NEW YORK, N.Y." into temp2
- put "Tel: 330-5603" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 24 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=128 top=271 right=293 bottom=228
- -- 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: ZIP 10023
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "ANSONIA STATION" into temp1
- put "1990 BROADWAY, NEW YORK, N.Y." into temp2
- put "Tel: 362-7486" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 25 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=247 top=64 right=86 bottom=347
- -- 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: ZIP 10024
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "PLANETARIUM STATION" into temp1
- put "127 WEST 83RD STREET, NEW YORK, N.Y." into temp2
- put "Tel: 873-3701" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 26 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=247 top=87 right=109 bottom=347
- -- 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: ZIP 10025
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "CATHEDRAL STATION" into temp1
- put "215 WEST 104TH STREET" into temp2
- put "Tel: 662-9191" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 27 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=247 top=110 right=132 bottom=347
- -- 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: ZIP 10026
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "MORNINGSIDE STATION" into temp1
- put "232 WEST 116TH STREET, NEW YORK, N.Y." into temp2
- put "Tel: 662-1901" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 28 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=247 top=133 right=155 bottom=347
- -- 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: ZIP 10027
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "MANHATTANVILLE STATION" into temp1
- put "365 WEST 125TH STREET, NEW YORK, N.Y." into temp2
- put "Tel: 662-1901" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 29 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=247 top=156 right=178 bottom=347
- -- 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: ZIP 10028
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "GRACIE STATION" into temp1
- put "229 EAST 85TH STREET, NEW YORK, N.Y." into temp2
- put "Tel: 988-6681" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 30 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=247 top=179 right=201 bottom=347
- -- 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: ZIP 10029
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "HELLGATE" into temp1
- put "153 EAST 110TH STREET, NEW YORK, N.Y." into temp2
- put "Tel: 860-3557" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 31 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=247 top=202 right=224 bottom=347
- -- 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: ZIP 10030
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "COLLEGE STATION" into temp1
- put "217 WEST 140TH STREET, NEW YORK, N.Y." into temp2
- put "Tel: 283-2235" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 32 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=247 top=225 right=247 bottom=347
- -- 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: ZIP 10031
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "HAMILTON GRANGE STATION" into temp1
- put "521 WEST 146TH STREET, NEW YORK, N.Y." into temp2
- put "Tel: 281-8401" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 33 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=247 top=248 right=270 bottom=347
- -- 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: ZIP 10032
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "AUDUBON" into temp1
- put "515 WEST 165TH STREET, NEW YORK, N.Y." into temp2
- put "Tel: 568-3311" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 34 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=247 top=271 right=293 bottom=347
- -- 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: ZIP 10033
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "WASHINGTON BRIDGE STATION" into temp1
- put "555 WEST 180TH STREET" into temp2
- put "Tel: 568-7601" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 35 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=372 top=65 right=87 bottom=472
- -- 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: ZIP 10034
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "INWOOD STATION " into temp1
- put "90 VERMILYEA, NEW YORK, N.Y." into temp2
- put "Tel: 567-3032" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 36 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=372 top=88 right=110 bottom=472
- -- 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: ZIP 10035
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "TRIBOROUGH STATION" into temp1
- put "167 EAST 124TH STREET, NEW YORK, N.Y." into temp2
- put "Tel: 534-0865" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 37 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=373 top=111 right=133 bottom=473
- -- 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: ZIP 10036
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "TIMES SQUARE STATION" into temp1
- put "340 WEST 42ND STREET, NEW YORK, N.Y." into temp2
- put "Tel: 244-0111" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 38 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=373 top=134 right=156 bottom=473
- -- 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: ZIP 10037
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "LINCOLNTON STATION" into temp1
- put "2266 FIFTH AVENUE, NEW YORK, N.Y." into temp2
- put "Tel: 281-9781" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 39 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=374 top=157 right=179 bottom=474
- -- 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: ZIP 10038
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "PECK SLIP STATION" into temp1
- put "1 PECK SLIP, NEW YORK, N.Y." into temp2
- put "Tel: 964-1055" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 40 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=375 top=180 right=202 bottom=475
- -- 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: ZIP 10039
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "COLONIAL PARK STATION" into temp1
- put "99 MACOMBS PLACE, NEW YORK, N.Y." into temp2
- put "Tel: 368-4211" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 41 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=375 top=203 right=225 bottom=475
- -- 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: ZIP 10040
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "FORT GEORGE STATION" into temp1
- put "4558 BROADWAY, NEW YORK, N.Y." into temp2
- put "Tel: 942-0052" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part 42 (button)
- -- low flags: 00
- -- high flags: A002
- -- rect: left=376 top=227 right=249 bottom=476
- -- 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: ZIP 10128
- ----- HyperTalk script -----
- on mouseUp
- put empty into card field id 4
- put "YORKVILLE STATION" into temp1
- put "1591 THIRD AVENUE, NEW YORK, N.Y." into temp2
- put "Tel: 369-2230" into temp3
- put temp1 into line 1 of card field id 4
- put temp2 into line 2 of card field id 4
- put temp3 into line 3 of card field id 4
- end mouseUp
-
-
-
- -- part contents for card part 4
- ----- text -----
- HELLGATE
- 153 EAST 110TH STREET, NEW YORK, N.Y.
- Tel: 860-3557