home *** CD-ROM | disk | FTP | other *** search
/ Amiga ACS 1997 #2 / amigaacscoverdisc / utilities / commercialdemos / drawstudiocd / documents / tutorials < prev   
Encoding:
Text File  |  1997-01-31  |  18.1 KB  |  809 lines

  1.  
  2.  
  3.          DRAWSTUDIO TUTORIALS
  4.  
  5.  
  6.  
  7.  
  8.  
  9.          Terminology Used
  10.  
  11.          ----------------
  12.  
  13.           This manual uses a standard terms for describing the 
  14.  
  15.           action of the program and its user interface. Because 
  16.  
  17.           the program has a standard "look and feel" which is 
  18.  
  19.           shared by other Amiga programs, new users of 
  20.  
  21.           DrawStudio should have little difficulty navigating 
  22.  
  23.           around the program.
  24.  
  25.  
  26.  
  27.           A few simple terms are explained below to give you an 
  28.  
  29.           idea:
  30.  
  31.  
  32.  
  33.                - "Clicking". To "click" on an object or a 
  34.  
  35.                button in a window, depress the left mouse 
  36.  
  37.                button and release without moving the mouse. 
  38.  
  39.                Clicking is the most common mouse operation in 
  40.  
  41.                the program (after movement!).
  42.  
  43.  
  44.  
  45.                 "Shift-clicking". Clicking the mouse as above, 
  46.  
  47.                only holding down either of the "shift" keys 
  48.  
  49.                whilst doing it. Shift clicking is used for 
  50.  
  51.                selecting multiple objects. Similarly, Control- 
  52.  
  53.                and Alt-clicking sometimes modify the operation 
  54.  
  55.                of clicking.
  56.  
  57.  
  58.  
  59.                - "Dragging". To drag with the mouse, click down 
  60.  
  61.                with the left mouse button and move the mouse. 
  62.  
  63.                Once you are happy with the drag, release the 
  64.  
  65.                mouse button. Objects are moved on the page by 
  66.  
  67.                dragging them, and Shift-, Ctrl- and Alt-
  68.  
  69.                dragging may sometimes be performed to modify 
  70.  
  71.                the drag operation.
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.           Tutorials
  80.  
  81.           ---------
  82.  
  83.           Following are a few simple tutorials which will give 
  84.  
  85.           you an idea of the capabilities of the program.
  86.  
  87.  
  88.  
  89.  
  90.  
  91.           Starting the Program
  92.  
  93.           --------------------
  94.  
  95.           To start DrawStudio, simply double-click on the 
  96.  
  97.           program's icon on Workbench. After the opening splash 
  98.  
  99.           window has opened, you will be presented with a new 
  100.  
  101.           project - ready for work.
  102.  
  103.  
  104.  
  105.           --------------------------------------------------
  106.  
  107.           IMPORTANT: If DrawStudio opens up with a screenmode 
  108.  
  109.           you would like to change, choose Project/Display and 
  110.  
  111.           click on the "Choose..." button (Screenmode section) 
  112.  
  113.           to select a screenmode of your choice. To save the 
  114.  
  115.           settings for later use, choose Settings/Save 
  116.  
  117.           Settings.
  118.  
  119.           -----------------------------------------------
  120.  
  121.  
  122.  
  123.  
  124.  
  125.           The main window is the project window, and currently 
  126.  
  127.           shows a blank page of paper. This window can be 
  128.  
  129.           resized using the sizing gadget on the bottom right 
  130.  
  131.           of the Project window. Down the left of the window is 
  132.  
  133.           a toolbar;
  134.  
  135.  
  136.  
  137.                The top buttons in the toolbar select the 
  138.  
  139.                drawing tools (lines, circles, curves, text, 
  140.  
  141.                etc...) 
  142.  
  143.  
  144.  
  145.                and the bottom buttons allow you to change the 
  146.  
  147.                attributes of objects (colour, line thickness, 
  148.  
  149.                line ends, etc...).
  150.  
  151.  
  152.  
  153.           At the bottom of the project window are two pop-ups 
  154.  
  155.           for the current page and layer (see later) and a 
  156.  
  157.           horizontal scroll bar for moving the page left and 
  158.  
  159.           right. To the right of the project window is a 
  160.  
  161.           vertical scroll bar. This allows you to move the 
  162.  
  163.           portion of the page which is currently being 
  164.  
  165.           displayed up and down.
  166.  
  167.  
  168.  
  169.           The default screenmode is 16 colours and HiRes 
  170.  
  171.           Interlaced screen. This screenmode is available to 
  172.  
  173.           all Amigas (AGA and non-AGA), however you may change 
  174.  
  175.           the screenmode by selecting the "Project/Display..." 
  176.  
  177.           menu item to open the display requester as outlined 
  178.  
  179.           above.
  180.  
  181.  
  182.  
  183.           The display requester also allows you to change the 
  184.  
  185.           display type of the page buffer. The page buffer is 
  186.  
  187.           the area of memory that DrawStudio uses when drawing 
  188.  
  189.           objects before they are displayed on the screen. 
  190.  
  191.           Although all colours are kept in 24 bit accuracy 
  192.  
  193.           internally, the page buffer can store either 1 bit, 8 
  194.  
  195.           bits or 24 bits of colour information. 
  196.  
  197.  
  198.  
  199.           Using more bits will allow DrawStudio to display 
  200.  
  201.           objects better on the screen, but will require more 
  202.  
  203.           memory to store the page buffer.
  204.  
  205.  
  206.  
  207.                The 1-bit page buffer gives very fast redraws, 
  208.  
  209.                but only in black and white; this page buffer 
  210.  
  211.                requires the minimum amount of memory. 
  212.  
  213.  
  214.  
  215.                8-bit greyscale buffers display all the effects 
  216.  
  217.                available in DrawStudio, only without any 
  218.  
  219.                colour.
  220.  
  221.  
  222.  
  223.                8-bit colour buffers will display in colour, but 
  224.  
  225.                do not show the transparency information that 
  226.  
  227.                will be shown in 8 bit greyscale. 
  228.  
  229.  
  230.  
  231.                24 bit buffers are the highest quality, showing 
  232.  
  233.                all the effects available in full colour; they 
  234.  
  235.                also require the largest amount of memory.
  236.  
  237.  
  238.  
  239.           Choosing the page buffer type for your use depends on 
  240.  
  241.           what you are designing and how you wish to output the 
  242.  
  243.           final illustration. If you are using DrawStudio to 
  244.  
  245.           produce diagrams for a technical report for example, 
  246.  
  247.           using a 1 bit page buffer would provide all the 
  248.  
  249.           quality required with a very fast screen redraw. If 
  250.  
  251.           you are producing a drawing which will be printed out 
  252.  
  253.           on a black and white printer, using the 8 bit 
  254.  
  255.           greyscale page buffer will suffice. If you have a 
  256.  
  257.           fast Amiga with lots of memory, using a 24 bit page 
  258.  
  259.           buffer for all instances would be acceptable. You can 
  260.  
  261.           of course change the page buffer type at any time 
  262.  
  263.           during a design as needs require.
  264.  
  265.  
  266.  
  267.  
  268.  
  269.           How to Draw Simple Shapes
  270.  
  271.           -------------------------
  272.  
  273.           To draw simple lines, rectangles, circles etc... on 
  274.  
  275.           the page, simply click on the appropriate tool on the 
  276.  
  277.           toolbar and drag the new shape out on the page.
  278.  
  279.  
  280.  
  281.           Notice how that when you have drawn an object, it is 
  282.  
  283.           surrounded by eight small rectangular points; these 
  284.  
  285.           are called the "bounding box points". These points 
  286.  
  287.           show the extremities of the object and are only 
  288.  
  289.           displayed when the object is "selected". 
  290.  
  291.  
  292.  
  293.           Many of the operations available in DrawStudio will 
  294.  
  295.           only be applied to the currently selected objects.
  296.  
  297.  
  298.  
  299.           When the pointer tool is active, you may click on the 
  300.  
  301.           bounding box points to drag them and re-size the 
  302.  
  303.           object.
  304.  
  305.  
  306.  
  307.  
  308.  
  309.           Changing the Appearance of Objects
  310.  
  311.           ----------------------------------
  312.  
  313.           By default, all new objects drawn on the page will be 
  314.  
  315.           drawn in the default style - black pen and no fill. 
  316.  
  317.           The things which determine how an object is drawn are 
  318.  
  319.           called the object's "attributes"; the object's 
  320.  
  321.           colour, pen thickness, pen style and line ends are 
  322.  
  323.           all attributes the object may have.
  324.  
  325.  
  326.  
  327.           To change the attributes of an object you can either 
  328.  
  329.           use the Attributes requester ("Object/ Attributes..." 
  330.  
  331.           menu) or the pop-ups which are in the lower half of 
  332.  
  333.           the toolbar towards the left of the project window 
  334.  
  335.           (these popups are the four lowest rows of tools you 
  336.  
  337.           can see in the whole toolbar).
  338.  
  339.  
  340.  
  341.           Try drawing a circle on the page and, while the 
  342.  
  343.           object is still selected, open the Pen (Line Colour) 
  344.  
  345.           pop-up (this is located in the row fourth from bottom 
  346.  
  347.           on the left).
  348.  
  349.  
  350.  
  351.           Click on any of the colours on the palette. The 
  352.  
  353.           object's pen will change colour and the pop-up will 
  354.  
  355.           close. If the object has not redrawn in colour, make 
  356.  
  357.           sure that you are using either a 8 bit or 24 colour 
  358.  
  359.           page buffer. Try changing the Page Buffer to see how 
  360.  
  361.           it effects the way the colour fills are displayed on 
  362.  
  363.           screen.
  364.  
  365.  
  366.  
  367.           Similarly open the Fill pop-up (next to the Pen pop-
  368.  
  369.           up) and change the colour of the circle's fill. 
  370.  
  371.           Notice that objects can have no fill (None)- i.e. are 
  372.  
  373.           transparent.
  374.  
  375.  
  376.  
  377.           To change the circle's Pen (Lines) dash style, open 
  378.  
  379.           up the pen (Line) dash pop-up. You can also change 
  380.  
  381.           the pen's thickness using the Pen thickness pop-up.
  382.  
  383.  
  384.  
  385.           The bottom two pop-ups change the styles at the start 
  386.  
  387.           and end of lines. Making sure that there are no 
  388.  
  389.           objects selected on page (click on an empty area of 
  390.  
  391.           the page), draw a simple line. It will be drawn as a 
  392.  
  393.           single, thin line. To add an arrowhead to the line, 
  394.  
  395.           make sure the line is still selected and open the 
  396.  
  397.           Line start pop-up.
  398.  
  399.  
  400.  
  401.           The line will now be drawn with arrowheads and the 
  402.  
  403.           pop-up will close.
  404.  
  405.  
  406.  
  407.           But what happens if you want to draw lots of lines 
  408.  
  409.           with arrowheads? It would be a really annoying to 
  410.  
  411.           have to keep on selecting the pop-ups. DrawStudio 
  412.  
  413.           helps you in two ways.
  414.  
  415.  
  416.  
  417.           The first method is to make all lines that are drawn, 
  418.  
  419.           be drawn with arrowheads. To change the default line 
  420.  
  421.           style (this also works for the colours and fills of 
  422.  
  423.           objects), make sure that no objects on the page are 
  424.  
  425.           selected then open the pop-up to change the arrowhead 
  426.  
  427.           style. Now all lines will be drawn with the arrowhead 
  428.  
  429.           that you've selected.
  430.  
  431.  
  432.  
  433.           Another method allows you to "inherit" the attributes 
  434.  
  435.           from any other object on the current page. To create 
  436.  
  437.           an object using the attributes from an existing 
  438.  
  439.           objects, make sure that the original object is the 
  440.  
  441.           only object selected on the page and then create the 
  442.  
  443.           new object; it will be created with the attributes 
  444.  
  445.           inherited from the original object.
  446.  
  447.  
  448.  
  449.  
  450.  
  451.           Complex Object Attributes
  452.  
  453.           -------------------------
  454.  
  455.           The previous section showed how the colours and line 
  456.  
  457.           styles of objects can be changed using the pop-ups in 
  458.  
  459.           the toolbar. For applying more complex attributes 
  460.  
  461.           (e.g. gradient fills), this must be done from the 
  462.  
  463.           Attributes requester (Object/Attributes).
  464.  
  465.  
  466.  
  467.           Select any object you have on the current page and 
  468.  
  469.           open the attributes requester ("Object/ 
  470.  
  471.           Attributes..." menu).
  472.  
  473.  
  474.  
  475.           Here you can select the fill type of both the pen and 
  476.  
  477.           the object fill independently. Try giving the circle 
  478.  
  479.           you created above, a brick pattern for the pen and a 
  480.  
  481.           gradient fill for its centre. 
  482.  
  483.  
  484.  
  485.                IMPORTANT: Please Note that patterns can be 
  486.  
  487.                edited. You can choose the colour of the 
  488.  
  489.                foreground and background colours as well as use 
  490.  
  491.                transparent colours.
  492.  
  493.  
  494.  
  495.  
  496.  
  497.           Drawing Aids
  498.  
  499.           ------------
  500.  
  501.           Creating illustrations with a drawing package is a 
  502.  
  503.           different process than using a paint package. 
  504.  
  505.           DrawStudio has a wide range of layout tools which 
  506.  
  507.           will aid you to create both accurate drawings and 
  508.  
  509.           realistic illustrations.
  510.  
  511.  
  512.  
  513.           The simplest tool which is present in most drawing 
  514.  
  515.           packages is "Snapping to a grid". This is activated 
  516.  
  517.           by either toggling the "Layout/Snap to grid" menu 
  518.  
  519.           item or from the Snapping requester.
  520.  
  521.  
  522.  
  523.           You can snap to the horizontal and vertical grids 
  524.  
  525.           independently and you may adjust the size of the 
  526.  
  527.           horizontal and vertical grids independently. Using 
  528.  
  529.           "snap to grid" is useful when creating technical 
  530.  
  531.           diagrams or flow charts.
  532.  
  533.  
  534.  
  535.           DrawStudio also allows you to snap to objects - 
  536.  
  537.           snapping to object ends, points, lines and curves is 
  538.  
  539.           supported. This is very useful when creating artistic 
  540.  
  541.           illustrations, as these types of illustrations do not 
  542.  
  543.           fit well to a regular grid. To try snapping to an 
  544.  
  545.           object, open the snapping requester and select all 
  546.  
  547.           the snapping to object buttons.
  548.  
  549.  
  550.  
  551.           Now draw a Bezier object which contains both lines 
  552.  
  553.           and curves. Now create a simple line object and as 
  554.  
  555.           you are dragging the end of the line near the Bezier 
  556.  
  557.           object, notice how the line end snaps to the Bezier 
  558.  
  559.           object. The mouse pointer will change to show whether 
  560.  
  561.           the line is snapping to a line, curve, point or end 
  562.  
  563.           of the curve.
  564.  
  565.  
  566.  
  567.           When you release the mouse button, the line will be 
  568.  
  569.           created which snaps EXACTLY to the location on the 
  570.  
  571.           Bezier curve.
  572.  
  573.  
  574.  
  575.           Another tool which can prove very useful is the align 
  576.  
  577.           tool; this is available through the Align requester 
  578.  
  579.           ("Object/ Align..." menu). This allows you to align 
  580.  
  581.           object to each other or to the page as a whole; 
  582.  
  583.           objects may be left, right or centre justified with 
  584.  
  585.           respect to themselves or the page. The align 
  586.  
  587.           requester can also be used to distribute (i.e. spread 
  588.  
  589.           out) objects on the page.
  590.  
  591.  
  592.  
  593.           For example, to centre an object on the page, select 
  594.  
  595.           any object on the page and open the align requester 
  596.  
  597.           and play with the different settings to see how 
  598.  
  599.           powerful this function is. There is a Preview to make 
  600.  
  601.           things more intuitive for you.
  602.  
  603.  
  604.  
  605.  
  606.  
  607.           Pages, Layers and Objects
  608.  
  609.           -------------------------
  610.  
  611.           So far, we have only considered adding objects onto a 
  612.  
  613.           single page. DrawStudio supports multiple pages (much 
  614.  
  615.           the same way as a DTP program or a word processor), 
  616.  
  617.           allowing documents to be created which will be 
  618.  
  619.           printed out to several pages. To change the current 
  620.  
  621.           page or to add or delete pages you can either click 
  622.  
  623.           the page pop-up at the bottom of the project window 
  624.  
  625.           or select the "Layout/ Pages..." menu item.
  626.  
  627.  
  628.  
  629.           Each page can also contain a number of "layers". A 
  630.  
  631.           layer is like a layer of glass that is laid on the 
  632.  
  633.           page, onto which you can draw objects. Each layer is 
  634.  
  635.           transparent, showing through the layers below it; 
  636.  
  637.           layers can be added and deleted from either the layer 
  638.  
  639.           pop-up at the bottom of the project window or by 
  640.  
  641.           selecting the "Layout/Layers..." menu item.
  642.  
  643.  
  644.  
  645.           Layers allows you to create illustrations by drawing 
  646.  
  647.           the layers one at a time. For example you may want to 
  648.  
  649.           draw the background of an illustration first, 
  650.  
  651.           followed by the foreground objects. This has the 
  652.  
  653.           advantage that once a layer is finished it can be 
  654.  
  655.           made un-editable (so that you won't accidentally 
  656.  
  657.           change it) or displayed greyed out to make foreground 
  658.  
  659.           layers clearer to see. Layers can also be made 
  660.  
  661.           entirely invisible if required.
  662.  
  663.  
  664.  
  665.           By default, all pages are created containing one 
  666.  
  667.           layer called "Layer 1". To create another layer, open 
  668.  
  669.           the layers requester ("Layout/Layers..." menu) and 
  670.  
  671.           click the "New" button; a new layer called "Layer 2" 
  672.  
  673.           will be created.
  674.  
  675.  
  676.  
  677.           Click "OK" to close the requester. Now when you 
  678.  
  679.           create new objects they will be added to Layer 2 and 
  680.  
  681.           you will not be able to edit any objects that are on 
  682.  
  683.           Layer 1 (go on, just try moving one!).
  684.  
  685.  
  686.  
  687.           Once you have objects on both layers you can try 
  688.  
  689.           changing the displaying of the layers in the layers 
  690.  
  691.           requester (try making a layer "greyscale" and then 
  692.  
  693.           "invisible"). The order of the layers can also be 
  694.  
  695.           changed by dragging their names in the list; layers 
  696.  
  697.           at the top of the list are drawn above layers lower 
  698.  
  699.           in list.
  700.  
  701.  
  702.  
  703.  
  704.  
  705.           Text
  706.  
  707.           ----
  708.  
  709.           Text can be added to the page using the text tool. 
  710.  
  711.           Try selecting the text tool and clicking on the page. 
  712.  
  713.           A cursor is shown and you may enter text by typing 
  714.  
  715.           directly onto the page - pressing the "Enter" key 
  716.  
  717.           will move the cursor to a newline.
  718.  
  719.  
  720.  
  721.           The text may be justified to either left, right or 
  722.  
  723.           central justification using the "Text/ Alignment" 
  724.  
  725.           menu. To change the font style, open the font 
  726.  
  727.           requester ("Text/ Font..." menu) and choose a new 
  728.  
  729.           font.
  730.  
  731.  
  732.  
  733.           To edit the text later, just double click on it with 
  734.  
  735.           the text tool.
  736.  
  737.  
  738.  
  739.  
  740.  
  741.           Effects
  742.  
  743.           -------
  744.  
  745.           DrawStudio will allows you to warp and bend most 
  746.  
  747.           objects to provide a range of special effects. This 
  748.  
  749.           is all performed through the warp requester 
  750.  
  751.           ("Effects/ Warp..." menu).
  752.  
  753.  
  754.  
  755.           Create some text and make sure it is selected. Open 
  756.  
  757.           the warp requester. Try clicking through the range of 
  758.  
  759.           effects available, adjusting the slider to enhance or 
  760.  
  761.           reduce the scale of the effect. When you have found 
  762.  
  763.           an effect you wish to try, click "Warp" to apply the 
  764.  
  765.           effect.
  766.  
  767.  
  768.  
  769.           Custom warps can be created by clicking on the "Use 
  770.  
  771.           envelope button". This draws a bounding box 
  772.  
  773.           "envelope" with points that can be stretched and 
  774.  
  775.           moved to create stretched envelope.
  776.  
  777.  
  778.  
  779.           This is very much like stretching a rectangular piece 
  780.  
  781.           of rubber -once you click off the object, it will be 
  782.  
  783.           stretched like the envelope.
  784.  
  785.  
  786.  
  787.  
  788.  
  789.           Finally...
  790.  
  791.           ----------
  792.  
  793.           I hope this has given you a rough idea of the some of 
  794.  
  795.           the capabilities of the program and some of the tools 
  796.  
  797.           available for creating illustrations. The most 
  798.  
  799.           effective way to find out about the program is to 
  800.  
  801.           purchase the full version which will come with a 
  802.  
  803.           comprehensive manual. To order DrawStudio, See the
  804.  
  805.      "Order Information" file.
  806.  
  807.  
  808.  
  809.