home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / hc / hypermac.sit / HyperMacintalk / card_11965.txt < prev    next >
Text File  |  1987-09-30  |  2KB  |  73 lines

  1. -- card: 11965 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 7110
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0004
  11. -- rect: left=203 top=144 right=165 bottom=477
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   if MacintalkInstalled()
  23.   then do card field 1
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (field)
  29. -- low flags: 01
  30. -- high flags: 0004
  31. -- rect: left=203 top=248 right=269 bottom=477
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 0
  35. -- font id: 3
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: 
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   if MacintalkInstalled()
  43.   then do card field 2
  44. end mouseUp
  45.  
  46.  
  47.  
  48. -- part contents for background part 7
  49. ----- text -----
  50. How Macintalk Works (continued)
  51.  
  52. -- part contents for background part 8
  53. ----- text -----
  54. Assuming that TurnSpeechOn has been called, you can now immediately use the command ΓÇÿSayΓÇÖ to pronounce English text. The format is:
  55.  
  56.                   Say theEnglishString
  57.  
  58. where ΓÇÿtheEnglishStringΓÇÖ is any English phrase or sentence. For instance, try clicking on the following box: 
  59. and the command shown will
  60. 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.
  61.  
  62. Sometimes the results are not so great. Try clicking on the following box, and you will find that a couple of the
  63. words are not pronounced
  64. correctly.  This is why there is a provision for specifying phonetic strings.
  65.  
  66. -- part contents for card part 1
  67. ----- text -----
  68. Say "This is how the Say command works."
  69.  
  70.  
  71. -- part contents for card part 2
  72. ----- text -----
  73. Say "Have you heard about HyperCard?"