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

  1. -- card: 3604 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 7110
  5. -- name: 
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=29 top=102 right=114 bottom=77
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   push this card
  23.   visual effect iris open
  24.   go to card id 10713
  25. end mouseUp
  26.  
  27.  
  28.  
  29.  
  30. -- part 3 (field)
  31. -- low flags: 00
  32. -- high flags: 2004
  33. -- rect: left=76 top=253 right=283 bottom=428
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 3
  38. -- text size: 12
  39. -- style flags: 256
  40. -- line height: 16
  41. -- part name: 
  42.  
  43.  
  44. -- part 4 (button)
  45. -- low flags: 00
  46. -- high flags: 0000
  47. -- rect: left=74 top=251 right=285 bottom=431
  48. -- title width / last selected line: 0
  49. -- icon id / first selected line: 0 / 0
  50. -- text alignment: 1
  51. -- font id: 0
  52. -- text size: 12
  53. -- style flags: 0
  54. -- line height: 16
  55. -- part name: Show Equivalents list
  56. ----- HyperTalk script -----
  57. on mouseUp
  58.   push this card
  59.   visual effect zoom open
  60.   go to card id 11310
  61. end mouseUp
  62.  
  63.  
  64.  
  65. -- part contents for background part 7
  66. ----- text -----
  67. How Macintalk Works
  68.  
  69. -- part contents for background part 8
  70. ----- text -----
  71. 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.
  72.  
  73. 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).
  74.  
  75. 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.
  76.  
  77.  
  78.  
  79. -- part contents for card part 3
  80. ----- text -----
  81. Show List of Macintalk/HyperTalk Equivalents