home *** CD-ROM | disk | FTP | other *** search
- -- card: 12688 from stack: in
- -- bmap block id: 12964
- -- flags: 4000
- -- background id: 10000
- -- name:
- ----- HyperTalk script -----
- on closeCard
- hide cd fld "explanation"
- end CloseCard
-
-
-
- -- part 1 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=348 top=63 right=314 bottom=443
- -- 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:
- ----- HyperTalk script -----
- on mouseUp
- show card field "Explanation"
- end mouseUp
-
-
-
- -- part 2 (field)
- -- low flags: 81
- -- high flags: 2004
- -- rect: left=230 top=100 right=259 bottom=448
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 2
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: explanation
- ----- HyperTalk script -----
- on MouseLeave
- hide me
- end MouseLeave
-
- on MouseUp
- hide me
- end MouseUp
-
-
-
- -- part contents for background part 13
- ----- text -----
- Help Card 5
-
- -- part contents for background part 2
- ----- text -----
- The "Erase Edit Box" button erases whatever you
- had in the Editing box and provides space for
- more writing.
- The "Graph Equation" button records the
- function and takes you to the card where the
- graphing is done. The equation that was in the
- edit box will be ready for you to graph at this
- point.
- The button with the return arrow on it
- will bring you back to a point where you can
- edit other equations or go home.
- The four editing buttons are shown to the right.
-
-
- -- part contents for card part 2
- ----- text -----
- These are only pictures. The real buttons are located on the editting cards.
-
- If you would like to try them out just go to one of the editors.
-
-