-- card: 3604 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 7110 -- name: -- part 2 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=29 top=102 right=114 bottom=77 -- 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: ----- HyperTalk script ----- on mouseUp push this card visual effect iris open go to card id 10713 end mouseUp -- part 3 (field) -- low flags: 00 -- high flags: 2004 -- rect: left=76 top=253 right=283 bottom=428 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 3 -- text size: 12 -- style flags: 256 -- line height: 16 -- part name: -- part 4 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=74 top=251 right=285 bottom=431 -- 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: Show Equivalents list ----- HyperTalk script ----- on mouseUp push this card visual effect zoom open go to card id 11310 end mouseUp -- part contents for background part 7 ----- text ----- How Macintalk Works -- part contents for background part 8 ----- text ----- Basically, Macintalk is a software speech driver that produces speech on demand. After the Macintalk driver is initialized, strings to be spoken may be delivered to Macintalk either in ordinary english, or in a special phonetic alphabet. The next section† provides details on writing phonetically for Macintalk, which provides the best quality of speech. In the current section, we will describe the way in which you would use Macintalk in a typical HyperTalk script. Although this section contains all of the information needed to use the new commands, each command also has a separate card for easy reference (you can access these from the index card). Most of the new commands simply call standard Macintalk interface procedures. For those who are already familiar with programming Macintalk in Pascal or C, there is a list of the Macintalk procedures and their HyperTalk equivalents. -- part contents for card part 3 ----- text ----- Show List of Macintalk/HyperTalk Equivalents