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

  1. -- card: 5443 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3167
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=360 top=143 right=157 bottom=429
  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 5374
  25. end mouseUp
  26.  
  27.  
  28.  
  29.  
  30. -- part 4 (button)
  31. -- low flags: 00
  32. -- high flags: 0000
  33. -- rect: left=258 top=159 right=174 bottom=339
  34. -- title width / last selected line: 0
  35. -- icon id / first selected line: 0 / 0
  36. -- text alignment: 1
  37. -- font id: 0
  38. -- text size: 12
  39. -- style flags: 0
  40. -- line height: 16
  41. -- part name: 
  42. ----- HyperTalk script -----
  43. on mouseUp
  44.   push this card
  45.   visual effect iris open
  46.   go to card id 5080
  47. end mouseUp
  48.  
  49.  
  50.  
  51.  
  52. -- part 6 (button)
  53. -- low flags: 00
  54. -- high flags: 0001
  55. -- rect: left=253 top=293 right=320 bottom=286
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 0 / 0
  58. -- text alignment: 1
  59. -- font id: 0
  60. -- text size: 12
  61. -- style flags: 0
  62. -- line height: 16
  63. -- part name: Cover next
  64.  
  65.  
  66. -- part contents for background part 11
  67. ----- text -----
  68. Say
  69.  
  70. -- part contents for background part 12
  71. ----- text -----
  72. Say -- An HyperCard command (XCMD)
  73.  
  74. Usage:     Say englishString
  75.  
  76. This command takes one argument: an english string to be spoken by Macintalk. It is the equivalent of calling the function PhonemesΓÇá with an english string, and then invoking SayPhoneticΓÇá with the resulting phonetic string. If the command is successful, Say returns the empty string in the Result; otherwise, the following error string is returned in the Result:
  77.  
  78.      ΓÇó "Wrong number of parameters"
  79.