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

  1. -- card: 11152 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 4000
  4. -- background id: 10000
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=307 top=286 right=308 bottom=395
  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: Show me!
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   push card
  23.   -- Card 1
  24.   go to first card
  25.   wait for 20 ticks
  26.   set the hilite of btn id 6 of card 1 to true
  27.   wait for 30 ticks
  28.   set the hilite of btn id 6 of card 1 to false
  29.   send mouseUp to btn id 6 of card 1
  30.   -- Card 2
  31.   wait for 20 ticks
  32.   set the hilite of btn id 3 of card "Branch" to true
  33.   wait for 30 ticks
  34.   set the hilite of btn id 3 of card "Branch" to false
  35.   go to card "Polynomials"
  36.   -- Polynomial Card
  37.   put empty
  38.   type " And here is the Polynomial Editor!           "
  39.   wait for 80 ticks
  40.   put empty
  41.   hide msg
  42.   lock screen
  43.   pop card
  44.   unlock screen with venetian blinds
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part contents for background part 13
  50. ----- text -----
  51. Help Card 3
  52.  
  53. -- part contents for background part 2
  54. ----- text -----
  55. EDITING FUNCTIONS
  56.      The first step in graphing your function is telling your Macintosh what it is you'd like to graph.  The trick is that you need to describe your function using very precise language with a structured syntax.
  57.      Within this stack are six cards which provide you with the means to write functions in the language that your Macintosh can understand.  The kinds of equations that you can work on are Polynomial, Trigonometric, Exponential, Logarithmic and HyperBolic Functions.   In fact you could edit and graph any function using the Custom function editor.
  58.      You can get to these editing cards by clicking on the names of the functions on the second card in the stack.
  59.