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

  1. -- card: 2434 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=368 top=207 right=224 bottom=397
  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 5443
  25. end mouseUp
  26.  
  27.  
  28.  
  29.  
  30. -- part 4 (button)
  31. -- low flags: 00
  32. -- high flags: 0000
  33. -- rect: left=86 top=223 right=239 bottom=155
  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 5374
  47. end mouseUp
  48.  
  49.  
  50.  
  51.  
  52. -- part contents for background part 11
  53. ----- text -----
  54. TurnSpeechOn
  55.  
  56. -- part contents for background part 12
  57. ----- text -----
  58. TurnSpeechOn is an HyperTalk Command (XCMD)
  59.  
  60. Usage:     TurnSpeechOn [exceptionFile]
  61.  
  62. This command initializes the Macintalk driver. It must be called before any Macintalk operations are performed. It takes one argument: the name of an exceptions file. This can be the empty string if you want to use the default exception rules (omitting this argument has the same effect), or "noReader" if you donΓÇÖt want english to phonetic translation at all (that is, if you never intend to call the command SayΓÇá or the function PhonemesΓÇá). 
  63.  
  64. IMPORTANT: A global variable called ΓÇÿtheSpeechΓÇÖ MUST be declared before TurnSpeechOn is called.                                                 MoreΓǪ
  65.