home *** CD-ROM | disk | FTP | other *** search
- -- card: 13701 from stack: in
- -- bmap block id: 0
- -- flags: 0000
- -- background id: 10000
- -- name:
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=321 top=285 right=308 bottom=409
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Show me!
- ----- HyperTalk script -----
- on mouseUp
- push card
- -- Card 1
- go to card "Graph paper"
- wait for 20 ticks
- repeat 5 times
- set the hilite of btn "Plot Graph" of card "Graph paper" to false
- wait for 10 ticks
- set the hilite of btn "Plot Graph" of card "Graph paper" to true
- end repeat
- lock screen
- pop card
- unlock screen with venetian blinds
- end mouseUp
-
-
-
- -- part contents for background part 13
- ----- text -----
- Help Card 8
-
- -- part contents for background part 2
- ----- text -----
- There are just a few things to be aware of while the function is being plotted.
- ΓÇó Depending on the density of your graph, the plotting routine
- could take quite a long time. This is especially true if you are
- plotting complicated functions. Performance can be sped up if
- your Macintosh uses a floating point math chip or if it uses a
- faster CPU unit. You can click the mouse to regain control.
- ΓÇó Your data points may be off scale from the grid that you set up.
- ΓÇó The function that you are plotting may not exist in the domain
- that you are graphing it on.
- In order to actually get a plot of your graph you must click on the black button on the bottom of your graph.