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

  1. -- card: 12688 from stack: in
  2. -- bmap block id: 12964
  3. -- flags: 4000
  4. -- background id: 10000
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on closeCard
  8.   hide cd fld "explanation"
  9. end CloseCard
  10.  
  11.  
  12.  
  13. -- part 1 (button)
  14. -- low flags: 00
  15. -- high flags: 0000
  16. -- rect: left=348 top=63 right=314 bottom=443
  17. -- title width / last selected line: 0
  18. -- icon id / first selected line: 0 / 0
  19. -- text alignment: 1
  20. -- font id: 0
  21. -- text size: 12
  22. -- style flags: 0
  23. -- line height: 16
  24. -- part name: 
  25. ----- HyperTalk script -----
  26. on mouseUp
  27.   show card field "Explanation"
  28. end mouseUp
  29.  
  30.  
  31.  
  32. -- part 2 (field)
  33. -- low flags: 81
  34. -- high flags: 2004
  35. -- rect: left=230 top=100 right=259 bottom=448
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 0
  39. -- font id: 2
  40. -- text size: 12
  41. -- style flags: 256
  42. -- line height: 16
  43. -- part name: explanation
  44. ----- HyperTalk script -----
  45. on MouseLeave
  46.   hide me
  47. end MouseLeave
  48.  
  49. on MouseUp
  50.   hide me
  51. end MouseUp
  52.  
  53.  
  54.  
  55. -- part contents for background part 13
  56. ----- text -----
  57. Help Card 5
  58.  
  59. -- part contents for background part 2
  60. ----- text -----
  61. The "Erase Edit Box" button erases whatever you
  62. had in the Editing box and provides space for
  63. more writing.
  64. The "Graph Equation" button records the
  65. function and takes you to the card where the
  66. graphing is done.  The equation that was in the
  67. edit box will be ready for you to graph at this
  68. point.  
  69. The button with the return arrow on it
  70. will bring you back to a point where you can
  71. edit other equations or go home.
  72. The four editing buttons are shown to the right.
  73.  
  74.  
  75. -- part contents for card part 2
  76. ----- text -----
  77. These are only pictures.  The real buttons are located on the editting cards.
  78.  
  79. If you would like to try them out just go to one of the editors.
  80.  
  81.