-- card: 11965 from stack: in -- bmap block id: 0 -- flags: 0000 -- background id: 7110 -- name: -- part 1 (field) -- low flags: 01 -- high flags: 0004 -- rect: left=203 top=144 right=165 bottom=477 -- 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: ----- HyperTalk script ----- on mouseUp if MacintalkInstalled() then do card field 1 end mouseUp -- part 2 (field) -- low flags: 01 -- high flags: 0004 -- rect: left=203 top=248 right=269 bottom=477 -- 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: ----- HyperTalk script ----- on mouseUp if MacintalkInstalled() then do card field 2 end mouseUp -- part contents for background part 7 ----- text ----- How Macintalk Works (continued) -- part contents for background part 8 ----- text ----- Assuming that TurnSpeechOn has been called, you can now immediately use the command ‘Say’ to pronounce English text. The format is: Say theEnglishString where ‘theEnglishString’ is any English phrase or sentence. For instance, try clicking on the following box: and the command shown will be executed; if you have Macintalk in your System Folder, you will hear this sentence spoken. You can try this command out for yourself by calling up the Message box and typing in your own sentences to be spoken, following the example above. Sometimes the results are not so great. Try clicking on the following box, and you will find that a couple of the words are not pronounced correctly. This is why there is a provision for specifying phonetic strings. -- part contents for card part 1 ----- text ----- Say "This is how the Say command works." -- part contents for card part 2 ----- text ----- Say "Have you heard about HyperCard?"