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

  1. -- card: 13701 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 10000
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 8003
  11. -- rect: left=321 top=285 right=308 bottom=409
  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 card "Graph paper"
  25.   wait for 20 ticks
  26.   repeat 5 times
  27.     set the hilite of btn "Plot Graph" of card "Graph paper" to false
  28.     wait for 10 ticks
  29.     set the hilite of btn "Plot Graph" of card "Graph paper" to true
  30.   end repeat
  31.   lock screen
  32.   pop card
  33.   unlock screen with venetian blinds
  34. end mouseUp
  35.  
  36.  
  37.  
  38. -- part contents for background part 13
  39. ----- text -----
  40. Help Card 8
  41.  
  42. -- part contents for background part 2
  43. ----- text -----
  44.      There are just a few things to be aware of while the function is being plotted.
  45.      ΓÇó Depending on the density of your graph, the plotting routine
  46.         could take quite a long time.  This is especially true if you are
  47.         plotting complicated functions.  Performance can be sped up if
  48.         your Macintosh uses a floating point math chip or if it uses a
  49.         faster CPU unit.  You can click the mouse to regain control.
  50.      ΓÇó Your data points may be off scale from the grid that you set up.
  51.      ΓÇó The function that you are plotting may not exist in the domain
  52.         that you are graphing it on.
  53.      In order to actually get a plot of your graph you must click on the black button on the bottom of your graph.