home *** CD-ROM | disk | FTP | other *** search
- -- card: 2980 from stack: in
- -- bmap block id: 9349
- -- flags: 4000
- -- background id: 2766
- -- name: Home
- ----- HyperTalk script -----
- on openCard
- put the long date into card field "loc date"
- end openCard
-
- on idle
- put the time into card field "Time"
- pass idle
- end idle
-
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=427 top=309 right=325 bottom=497
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 9
- -- style flags: 18688
- -- line height: 12
- -- part name: Time
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=457 top=246 right=301 bottom=501
- -- 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: Help
- ----- HyperTalk script -----
- on mouseUp
- visual effect zoom open
- go to stack "Help"
- end mouseUp
-
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=29 top=247 right=300 bottom=79
- -- 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: Intro
- ----- HyperTalk script -----
- on mouseUp
- visual effect zoom open
- go to card "Introduction" of stack "Help"
- end mouseUp
-
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=138 top=240 right=289 bottom=240
- -- title width / last selected line: 0
- -- icon id / first selected line: 27056 / 27056
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Show Info
- ----- HyperTalk script -----
- on mouseUp
- visual effect zoom open slow
- go to card "Info"
- end mouseUp
-
-
-
- -- part 7 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=262 top=243 right=292 bottom=357
- -- title width / last selected line: 0
- -- icon id / first selected line: 1015 / 1015
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Set Options
- ----- HyperTalk script -----
- on mouseUp
- visual effect scroll left slow
- go to card "User Preferences"
- end mouseUp
-
-
-
- -- part 16 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=6 top=309 right=325 bottom=217
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 9
- -- style flags: 18688
- -- line height: 12
- -- part name: loc date
-
-
- -- part 18 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=378 top=244 right=287 bottom=426
- -- title width / last selected line: 0
- -- icon id / first selected line: 1005 / 1005
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: to edit
- ----- HyperTalk script -----
- on mouseUp
- visual effect barn door open
- go to card "Editor"
- end mouseUp
-
-
-
- -- part 19 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=16 top=127 right=225 bottom=137
- -- 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: Mac
- ----- HyperTalk script -----
- on mouseUp
- go to card "Info"
- end mouseUp
-
-
-
- -- part 20 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=356 top=130 right=229 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: Mac
- ----- HyperTalk script -----
- on mouseUp
- go to card "Info"
- end mouseUp
-
-
-
- -- part 21 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=218 top=190 right=240 bottom=281
- -- title width / last selected line: 0
- -- icon id / first selected line: 19162 / 19162
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Transfer...
- ----- HyperTalk script -----
- on mouseUp
- Open Application
- end mouseUp
-
-
-
- -- part 22 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=324 top=293 right=328 bottom=429
- -- 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: Quit
- ----- HyperTalk script -----
- on mouseUp
- DoMenu Quit HyperCard
- end mouseUp
-
-
-
- -- part 23 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=214 top=294 right=328 bottom=320
- -- title width / last selected line: 0
- -- icon id / first selected line: 18814 / 18814
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: HyperEditor
- ----- HyperTalk script -----
- on mouseUp
- visual effect zoom open
- go to card "StackEd"
- end mouseUp
-
-
-
- -- part contents for card part 1
- ----- text -----
- 11:08 AM
-
- -- part contents for card part 9
- ----- text -----
-
- date
-
-
-
- -- part contents for background part 16
- ----- text -----
- 8/22/87
-
- -- part contents for card part 12
- ----- text -----
-
-
-
-
-
-
- kkkkkkk
- ]
-
-
- lllll[[[[[[[[[
-
- ,..]
-
-
- [
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- -- part contents for background part 17
- ----- text -----
- Saturday, August 22, 1987
-
- -- part contents for card part 16
- ----- text -----
- Monday, November 14, 1988
-
- -- part contents for card part 17
- ----- text -----
- User Name
-
- -- part contents for background part 19
- ----- text -----
-
-
-
-
-
-
-
-
-
- -- part contents for background part 20
- ----- text -----
-
- VVGG