home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / tcl / tcl_1 / !tclnew_!Help < prev    next >
Encoding:
Text File  |  1996-01-19  |  1.0 KB  |  28 lines

  1. TclNew - shade demonstration program
  2.  
  3. This program sets up the directory structure for a new shade project.
  4.  
  5. The filer needs to have seen the !Tcl directory before it will run
  6. It needs RISCOS 3.1 or greater.
  7.  
  8. Click on the iconbar icon to get a dialog box.
  9. Enter the name of the new application. Include the "!". Drag the application
  10. icon where you want to save it.
  11.  
  12. The files in the <TclNew$Dir>.model directory are processed to add the new name.
  13. You may want to alter them , particularly XXXXX to change the starting setup.
  14. In particular you can put your own name in the progInfo box Author field.
  15.  
  16. Sprites are produced of the correct names and sizes, using the first letter
  17. of the application name. You should probably edit these later.
  18.  
  19.  
  20. ================================================================================
  21.  
  22. The program gives a example of how to use the system command in shade.
  23. The sprites are created by a small c program called "newsprites".
  24.  
  25. Also notice how the w_error boxes are used to warn the user if he is about to
  26. overwrite something.
  27.  
  28.