home *** CD-ROM | disk | FTP | other *** search
/ Carousel / CAROUSEL.cdr / mactosh / hc / hyperx11.sit / HyperX / card_11807.txt < prev    next >
Text File  |  1988-02-25  |  2KB  |  70 lines

  1. -- card: 11807 from stack: in
  2. -- bmap block id: 13461
  3. -- flags: 4000
  4. -- background id: 8367
  5. -- name: Question Help
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0001
  11. -- rect: left=43 top=81 right=247 bottom=465
  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: 14
  17. -- style flags: 256
  18. -- line height: 18
  19. -- part name: 
  20.  
  21.  
  22. -- part 2 (button)
  23. -- low flags: 00
  24. -- high flags: 0000
  25. -- rect: left=95 top=250 right=277 bottom=416
  26. -- title width / last selected line: 0
  27. -- icon id / first selected line: 0 / 0
  28. -- text alignment: 1
  29. -- font id: 0
  30. -- text size: 12
  31. -- style flags: 0
  32. -- line height: 16
  33. -- part name: New Button
  34. ----- HyperTalk script -----
  35. on mouseUp
  36.   show card field "Answers"
  37. end mouseUp
  38.  
  39.  
  40.  
  41. -- part 3 (field)
  42. -- low flags: 81
  43. -- high flags: 0002
  44. -- rect: left=141 top=256 right=339 bottom=364
  45. -- title width / last selected line: 0
  46. -- icon id / first selected line: 0 / 0
  47. -- text alignment: 0
  48. -- font id: 3
  49. -- text size: 12
  50. -- style flags: 0
  51. -- line height: 16
  52. -- part name: Answers
  53. ----- HyperTalk script -----
  54. on mouseUp
  55.   hide card field "Answers"
  56. end mouseUp
  57.  
  58.  
  59.  
  60. -- part contents for background part 1
  61. ----- text -----
  62. Questions
  63.  
  64. -- part contents for card part 1
  65. ----- text -----
  66. Each Fact in HyperX has a special card associated with it known as it's Question card. During a consultation, when HyperX needs to know the value of a Fact, it will go to it's Question card.  A Question card usually has two answer buttons on it, like the ones below. If there is no Question for a Fact, HyperX will ask it's generic Question. After the user presses one of the answer buttons, HyperX will resume the consultation. 
  67.  
  68. -- part contents for card part 3
  69. ----- text -----
  70. Pressing one of these buttons will assign the value of either true or false to the Fact this Question card belongs to. The consultation will then continue.