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

  1. -- card: 13495 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=288 top=91 right=188 bottom=508
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 2
  16. -- text size: 10
  17. -- style flags: 0
  18. -- line height: 13
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (field)
  23. -- low flags: 01
  24. -- high flags: 0004
  25. -- rect: left=30 top=250 right=287 bottom=480
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 0
  29. -- font id: 3
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: 
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   if MacintalkInstalled()
  37.   then do line 2 of card field 2
  38. end mouseUp
  39.  
  40.  
  41.  
  42. -- part contents for background part 7
  43. ----- text -----
  44. How To Write Phonetically (continued)
  45.  
  46. -- part contents for background part 8
  47. ----- text -----
  48. There are a few exceptions to this. The letter ΓÇÿsΓÇÖ can be voiced or unvoiced. In the word ΓÇ£passes,ΓÇ¥ the first ΓÇÿsΓÇÖ sound is unvoiced, the second is voiced. The phonetic symbol for unvoiced ΓÇÿsΓÇÖ is ΓÇÿSΓÇÖ and for voiced ΓÇÿsΓÇÖ
  49.  is ΓÇÿZΓÇÖ.  Of course, you also occasionally have
  50. the sound of the ΓÇÿsΓÇÖ in ΓÇ£pleasure, ΓÇ¥ which is
  51. represented as ΓÇÿZHΓÇÖ. The ΓÇÿthΓÇÖ combination can
  52. also be voiced or unvoiced.  When voiced, as
  53. in ΓÇ£then,ΓÇ¥ it is represented as ΓÇÿDHΓÇÖ. When
  54. unvoiced, as in ΓÇ£thought,ΓÇ¥ use ΓÇÿTHΓÇÖ.
  55.  
  56. There are also two kinds of ΓÇÿrΓÇÖ sounds. In the first, the ΓÇÿrΓÇÖ sound actually is the vowel sound (as in ΓÇ£birdΓÇ¥) and we use the symbol ΓÇÿERΓÇÖ to represent that vowel. In the second, ΓÇÿrΓÇÖ follows another r sound (as in ΓÇ£baredΓÇ¥) and we use the symbol ΓÇÿRΓÇÖ to represent it in that case.
  57.  
  58. -- part contents for card part 1
  59. ----- text -----
  60. Note: all phonetic symbols use capital letters. The SayPhonetic command is very picky about this: if in doubt, run your string through the function LowerToUpper, as in
  61.  
  62. SayPhonetic LowerToUpper("/hay.")
  63.  
  64. -- part contents for card part 2
  65. ----- text -----
  66. Click here to hear ΓÇ£passes, pleasure, then, thought, bird, baredΓÇ¥
  67. SayPhonetic "PAE1SIHZ, PLEH1ZHER, DHEH1N, THAO1T, BER1D, BEH1RD."