home *** CD-ROM | disk | FTP | other *** search
- -- background: 2174 from stack: in
- -- bmap block id: 2309
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- on openCard
- hide menuBar
- end openCard
-
-
- -- part 1 (field)
- -- low flags: 01
- -- high flags: 0000
- -- rect: left=16 top=17 right=308 bottom=498
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 209
- -- text size: 24
- -- style flags: 0
- -- line height: 32
- -- part name: Text
-
-
- -- part 2 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=180 top=302 right=336 bottom=222
- -- title width / last selected line: 0
- -- icon id / first selected line: 902 / 902
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Back
- ----- HyperTalk script -----
- on mouseUp
- go to previous card
- end mouseUp
-
-
-
- -- part 3 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=277 top=302 right=336 bottom=319
- -- title width / last selected line: 0
- -- icon id / first selected line: 26425 / 26425
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Next
- ----- HyperTalk script -----
- on mouseUp
- go to next card
- end mouseUp
-
-
-
- -- part 4 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=455 top=302 right=336 bottom=497
- -- title width / last selected line: 0
- -- icon id / first selected line: 4895 / 4895
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: First
- ----- HyperTalk script -----
- on mouseUp
- go to first card
- end mouseUp
-
-
-
- -- part 5 (button)
- -- low flags: 00
- -- high flags: 2000
- -- rect: left=11 top=302 right=336 bottom=53
- -- title width / last selected line: 0
- -- icon id / first selected line: 20098 / 20098
- -- 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
-
-