demo_menu.htm 499 B

12345678910111213141516
  1. <HTML>
  2. <BODY>
  3. <H1>Scripting Demos</H1>
  4. <P>An <A HREF="demo_check.htm" TARGET=Body>Introduction</A> to the
  5. scripting engine.
  6. <P>The <A HREF="calc.htm" TARGET=Body>Calculator Demo</A> is a very
  7. cool sample written by Aaron Watters.
  8. <P><A HREF="mouseTrack.htm" TARGET=Body>Mouse track</A> is another of
  9. Aaron's samples, and shows how fast the Python engine is!
  10. <P>The <A HREF="foo2.htm" TARGET=Body>foo2 sample</A> is mainly used
  11. for debugging and testing, but does show some forms in action.