home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / math / mathgrap.sit / MathGrapher / card_9440.txt < prev    next >
Encoding:
Text File  |  1989-07-28  |  3.3 KB  |  140 lines

  1. -- card: 9440 from stack: in
  2. -- bmap block id: 11606
  3. -- flags: 4000
  4. -- background id: 10000
  5. -- name: H1
  6.  
  7.  
  8. -- part 2 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=277 top=206 right=226 bottom=301
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 26635 / 26635
  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.   show card fld 1
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 3 (field)
  28. -- low flags: 81
  29. -- high flags: 2004
  30. -- rect: left=225 top=120 right=283 bottom=362
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 2
  35. -- text size: 12
  36. -- style flags: 256
  37. -- line height: 16
  38. -- part name: 
  39. ----- HyperTalk script -----
  40. on MouseLeave
  41.   hide me
  42. end MouseLeave
  43.  
  44. on MouseUp
  45.   hide me
  46. end MouseUp
  47.  
  48.  
  49.  
  50. -- part 4 (button)
  51. -- low flags: 00
  52. -- high flags: 8003
  53. -- rect: left=179 top=40 right=62 bottom=351
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Updates to version 1.1
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   show cd fld "Features"
  65. end mouseUp
  66.  
  67.  
  68.  
  69. -- part 5 (field)
  70. -- low flags: 81
  71. -- high flags: 2002
  72. -- rect: left=76 top=36 right=279 bottom=423
  73. -- title width / last selected line: 0
  74. -- icon id / first selected line: 0 / 0
  75. -- text alignment: 0
  76. -- font id: 3
  77. -- text size: 9
  78. -- style flags: 0
  79. -- line height: 12
  80. -- part name: features
  81. ----- HyperTalk script -----
  82. on MouseLeave
  83.   hide me
  84. end Mouseleave
  85.  
  86. on MouseUp
  87.   hide me
  88. end MouseUp
  89.  
  90.  
  91.  
  92. -- part 7 (button)
  93. -- low flags: 00
  94. -- high flags: 0001
  95. -- rect: left=236 top=315 right=340 bottom=263
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: 
  104.  
  105.  
  106. -- part contents for background part 13
  107. ----- text -----
  108. Help Card 1
  109.  
  110. -- part contents for background part 2
  111. ----- text -----
  112. INTRODUCTION
  113.      This help section is only intended to help you with some of the aspects of this stack.  If you are a new HyperCard user you may wish to consult the general help stacks provided with your HyperCard program.
  114.      If you have any immediate questions or if you have a question about the material you are looking at then you can click the mouse on any of the buttons like this one -->
  115.      This stack was written to allow people to easily graph mathematical functions.  This stack should be of use to the mathematical novice and the brainiac alike.  It is designed to help you edit, graph, and print functions. 
  116.  
  117. -- part contents for card part 3
  118. ----- text -----
  119.  
  120. That's right,
  121. by clicking on that button you
  122. can gain immediate access to
  123. information on the spot!
  124.  
  125. -- part contents for card part 5
  126. ----- text -----
  127. Updates to version 1.1
  128. -- Fixed some of the logical bugs witht the return arrows in the help
  129.     section
  130. --Added the new Functions menuBar to the HyperCard menu bar
  131.  
  132. Plans for future include Better features for the graph page like:
  133. ΓÇó improved autoscaling
  134. ΓÇó off axis drawing
  135. ΓÇó ploting points dependent on the arclength of the curve and not the Xaxis
  136. ΓÇó more options for labeling the axes
  137. ΓÇó ability to read data from text files and generate lines, regression
  138.    points, best fit curves etc.
  139. ΓÇó Who knows maybe even more goodies
  140.