home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / www / drawstudio / download / dsdemfpu.lha / DrawStudioDemo / Docs / Tutorials next >
Text File  |  1996-11-11  |  16KB  |  405 lines

  1.  
  2.      DRAWSTUDIO TUTORIALS
  3.  
  4.  
  5.      Terminology Used
  6.      ----------------
  7.       This manual uses a standard terms for describing the
  8.       action of the program and its user interface. Because
  9.       the program has a standard "look and feel" which is
  10.       shared by other Amiga programs, new users of
  11.       DrawStudio should have little difficulty navigating
  12.       around the program.
  13.  
  14.       A few simple terms are explained below to give you an
  15.       idea:
  16.  
  17.            - "Clicking". To "click" on an object or a
  18.            button in a window, depress the left mouse
  19.            button and release without moving the mouse.
  20.            Clicking is the most common mouse operation in
  21.            the program (after movement!).
  22.  
  23.         "Shift-clicking". Clicking the mouse as above,
  24.            only holding down either of the "shift" keys
  25.            whilst doing it. Shift clicking is used for
  26.            selecting multiple objects. Similarly, Control-
  27.            and Alt-clicking sometimes modify the operation
  28.            of clicking.
  29.  
  30.            - "Dragging". To drag with the mouse, click down
  31.            with the left mouse button and move the mouse.
  32.            Once you are happy with the drag, release the
  33.            mouse button. Objects are moved on the page by
  34.            dragging them, and Shift-, Ctrl- and Alt-
  35.            dragging may sometimes be performed to modify
  36.            the drag operation.
  37.  
  38.  
  39.  
  40.       Tutorials
  41.       ---------
  42.       Following are a few simple tutorials which will give
  43.       you an idea of the capabilities of the program.
  44.  
  45.  
  46.       Starting the Program
  47.       --------------------
  48.       To start DrawStudio, simply double-click on the
  49.       program's icon on Workbench. After the opening splash
  50.       window has opened, you will be presented with a new
  51.       project - ready for work.
  52.  
  53.       --------------------------------------------------
  54.       IMPORTANT: If DrawStudio opens up with a screenmode
  55.       you would like to change, choose Project/Display and
  56.       click on the "Choose..." button (Screenmode section)
  57.       to select a screenmode of your choice. To save the
  58.       settings for later use, choose Settings/Save
  59.       Settings.
  60.       -----------------------------------------------
  61.  
  62.  
  63.       The main window is the project window, and currently
  64.       shows a blank page of paper. This window can be
  65.       resized using the sizing gadget on the bottom right
  66.       of the Project window. Down the left of the window is
  67.       a toolbar;
  68.  
  69.            The top buttons in the toolbar select the
  70.            drawing tools (lines, circles, curves, text,
  71.            etc...)
  72.  
  73.            and the bottom buttons allow you to change the
  74.            attributes of objects (colour, line thickness,
  75.            line ends, etc...).
  76.  
  77.       At the bottom of the project window are two pop-ups
  78.       for the current page and layer (see later) and a
  79.       horizontal scroll bar for moving the page left and
  80.       right. To the right of the project window is a
  81.       vertical scroll bar. This allows you to move the
  82.       portion of the page which is currently being
  83.       displayed up and down.
  84.  
  85.       The default screenmode is 16 colours and HiRes
  86.       Interlaced screen. This screenmode is available to
  87.       all Amigas (AGA and non-AGA), however you may change
  88.       the screenmode by selecting the "Project/Display..."
  89.       menu item to open the display requester as outlined
  90.       above.
  91.  
  92.       The display requester also allows you to change the
  93.       display type of the page buffer. The page buffer is
  94.       the area of memory that DrawStudio uses when drawing
  95.       objects before they are displayed on the screen.
  96.       Although all colours are kept in 24 bit accuracy
  97.       internally, the page buffer can store either 1 bit, 8
  98.       bits or 24 bits of colour information.
  99.  
  100.       Using more bits will allow DrawStudio to display
  101.       objects better on the screen, but will require more
  102.       memory to store the page buffer.
  103.  
  104.            The 1-bit page buffer gives very fast redraws,
  105.            but only in black and white; this page buffer
  106.            requires the minimum amount of memory.
  107.  
  108.            8-bit greyscale buffers display all the effects
  109.            available in DrawStudio, only without any
  110.            colour.
  111.  
  112.            8-bit colour buffers will display in colour, but
  113.            do not show the transparency information that
  114.            will be shown in 8 bit greyscale.
  115.  
  116.            24 bit buffers are the highest quality, showing
  117.            all the effects available in full colour; they
  118.            also require the largest amount of memory.
  119.  
  120.       Choosing the page buffer type for your use depends on
  121.       what you are designing and how you wish to output the
  122.       final illustration. If you are using DrawStudio to
  123.       produce diagrams for a technical report for example,
  124.       using a 1 bit page buffer would provide all the
  125.       quality required with a very fast screen redraw. If
  126.       you are producing a drawing which will be printed out
  127.       on a black and white printer, using the 8 bit
  128.       greyscale page buffer will suffice. If you have a
  129.       fast Amiga with lots of memory, using a 24 bit page
  130.       buffer for all instances would be acceptable. You can
  131.       of course change the page buffer type at any time
  132.       during a design as needs require.
  133.  
  134.  
  135.       How to Draw Simple Shapes
  136.       -------------------------
  137.       To draw simple lines, rectangles, circles etc... on
  138.       the page, simply click on the appropriate tool on the
  139.       toolbar and drag the new shape out on the page.
  140.  
  141.       Notice how that when you have drawn an object, it is
  142.       surrounded by eight small rectangular points; these
  143.       are called the "bounding box points". These points
  144.       show the extremities of the object and are only
  145.       displayed when the object is "selected".
  146.  
  147.       Many of the operations available in DrawStudio will
  148.       only be applied to the currently selected objects.
  149.  
  150.       When the pointer tool is active, you may click on the
  151.       bounding box points to drag them and re-size the
  152.       object.
  153.  
  154.  
  155.       Changing the Appearance of Objects
  156.       ----------------------------------
  157.       By default, all new objects drawn on the page will be
  158.       drawn in the default style - black pen and no fill.
  159.       The things which determine how an object is drawn are
  160.       called the object's "attributes"; the object's
  161.       colour, pen thickness, pen style and line ends are
  162.       all attributes the object may have.
  163.  
  164.       To change the attributes of an object you can either
  165.       use the Attributes requester ("Object/ Attributes..."
  166.       menu) or the pop-ups which are in the lower half of
  167.       the toolbar towards the left of the project window
  168.       (these popups are the four lowest rows of tools you
  169.       can see in the whole toolbar).
  170.  
  171.       Try drawing a circle on the page and, while the
  172.       object is still selected, open the Pen (Line Colour)
  173.       pop-up (this is located in the row fourth from bottom
  174.       on the left).
  175.  
  176.       Click on any of the colours on the palette. The
  177.       object's pen will change colour and the pop-up will
  178.       close. If the object has not redrawn in colour, make
  179.       sure that you are using either a 8 bit or 24 colour
  180.       page buffer. Try changing the Page Buffer to see how
  181.       it effects the way the colour fills are displayed on
  182.       screen.
  183.  
  184.       Similarly open the Fill pop-up (next to the Pen pop-
  185.       up) and change the colour of the circle's fill.
  186.       Notice that objects can have no fill (None)- i.e. are
  187.       transparent.
  188.  
  189.       To change the circle's Pen (Lines) dash style, open
  190.       up the pen (Line) dash pop-up. You can also change
  191.       the pen's thickness using the Pen thickness pop-up.
  192.  
  193.       The bottom two pop-ups change the styles at the start
  194.       and end of lines. Making sure that there are no
  195.       objects selected on page (click on an empty area of
  196.       the page), draw a simple line. It will be drawn as a
  197.       single, thin line. To add an arrowhead to the line,
  198.       make sure the line is still selected and open the
  199.       Line start pop-up.
  200.  
  201.       The line will now be drawn with arrowheads and the
  202.       pop-up will close.
  203.  
  204.       But what happens if you want to draw lots of lines
  205.       with arrowheads? It would be a really annoying to
  206.       have to keep on selecting the pop-ups. DrawStudio
  207.       helps you in two ways.
  208.  
  209.       The first method is to make all lines that are drawn,
  210.       be drawn with arrowheads. To change the default line
  211.       style (this also works for the colours and fills of
  212.       objects), make sure that no objects on the page are
  213.       selected then open the pop-up to change the arrowhead
  214.       style. Now all lines will be drawn with the arrowhead
  215.       that you've selected.
  216.  
  217.       Another method allows you to "inherit" the attributes
  218.       from any other object on the current page. To create
  219.       an object using the attributes from an existing
  220.       objects, make sure that the original object is the
  221.       only object selected on the page and then create the
  222.       new object; it will be created with the attributes
  223.       inherited from the original object.
  224.  
  225.  
  226.       Complex Object Attributes
  227.       -------------------------
  228.       The previous section showed how the colours and line
  229.       styles of objects can be changed using the pop-ups in
  230.       the toolbar. For applying more complex attributes
  231.       (e.g. gradient fills), this must be done from the
  232.       Attributes requester (Object/Attributes).
  233.  
  234.       Select any object you have on the current page and
  235.       open the attributes requester ("Object/
  236.       Attributes..." menu).
  237.  
  238.       Here you can select the fill type of both the pen and
  239.       the object fill independently. Try giving the circle
  240.       you created above, a brick pattern for the pen and a
  241.       gradient fill for its centre.
  242.  
  243.            IMPORTANT: Please Note that patterns can be
  244.            edited. You can choose the colour of the
  245.            foreground and background colours as well as use
  246.            transparent colours.
  247.  
  248.  
  249.       Drawing Aids
  250.       ------------
  251.       Creating illustrations with a drawing package is a
  252.       different process than using a paint package.
  253.       DrawStudio has a wide range of layout tools which
  254.       will aid you to create both accurate drawings and
  255.       realistic illustrations.
  256.  
  257.       The simplest tool which is present in most drawing
  258.       packages is "Snapping to a grid". This is activated
  259.       by either toggling the "Layout/Snap to grid" menu
  260.       item or from the Snapping requester.
  261.  
  262.       You can snap to the horizontal and vertical grids
  263.       independently and you may adjust the size of the
  264.       horizontal and vertical grids independently. Using
  265.       "snap to grid" is useful when creating technical
  266.       diagrams or flow charts.
  267.  
  268.       DrawStudio also allows you to snap to objects -
  269.       snapping to object ends, points, lines and curves is
  270.       supported. This is very useful when creating artistic
  271.       illustrations, as these types of illustrations do not
  272.       fit well to a regular grid. To try snapping to an
  273.       object, open the snapping requester and select all
  274.       the snapping to object buttons.
  275.  
  276.       Now draw a Bezier object which contains both lines
  277.       and curves. Now create a simple line object and as
  278.       you are dragging the end of the line near the Bezier
  279.       object, notice how the line end snaps to the Bezier
  280.       object. The mouse pointer will change to show whether
  281.       the line is snapping to a line, curve, point or end
  282.       of the curve.
  283.  
  284.       When you release the mouse button, the line will be
  285.       created which snaps EXACTLY to the location on the
  286.       Bezier curve.
  287.  
  288.       Another tool which can prove very useful is the align
  289.       tool; this is available through the Align requester
  290.       ("Object/ Align..." menu). This allows you to align
  291.       object to each other or to the page as a whole;
  292.       objects may be left, right or centre justified with
  293.       respect to themselves or the page. The align
  294.       requester can also be used to distribute (i.e. spread
  295.       out) objects on the page.
  296.  
  297.       For example, to centre an object on the page, select
  298.       any object on the page and open the align requester
  299.       and play with the different settings to see how
  300.       powerful this function is. There is a Preview to make
  301.       things more intuitive for you.
  302.  
  303.  
  304.       Pages, Layers and Objects
  305.       -------------------------
  306.       So far, we have only considered adding objects onto a
  307.       single page. DrawStudio supports multiple pages (much
  308.       the same way as a DTP program or a word processor),
  309.       allowing documents to be created which will be
  310.       printed out to several pages. To change the current
  311.       page or to add or delete pages you can either click
  312.       the page pop-up at the bottom of the project window
  313.       or select the "Layout/ Pages..." menu item.
  314.  
  315.       Each page can also contain a number of "layers". A
  316.       layer is like a layer of glass that is laid on the
  317.       page, onto which you can draw objects. Each layer is
  318.       transparent, showing through the layers below it;
  319.       layers can be added and deleted from either the layer
  320.       pop-up at the bottom of the project window or by
  321.       selecting the "Layout/Layers..." menu item.
  322.  
  323.       Layers allows you to create illustrations by drawing
  324.       the layers one at a time. For example you may want to
  325.       draw the background of an illustration first,
  326.       followed by the foreground objects. This has the
  327.       advantage that once a layer is finished it can be
  328.       made un-editable (so that you won't accidentally
  329.       change it) or displayed greyed out to make foreground
  330.       layers clearer to see. Layers can also be made
  331.       entirely invisible if required.
  332.  
  333.       By default, all pages are created containing one
  334.       layer called "Layer 1". To create another layer, open
  335.       the layers requester ("Layout/Layers..." menu) and
  336.       click the "New" button; a new layer called "Layer 2"
  337.       will be created.
  338.  
  339.       Click "OK" to close the requester. Now when you
  340.       create new objects they will be added to Layer 2 and
  341.       you will not be able to edit any objects that are on
  342.       Layer 1 (go on, just try moving one!).
  343.  
  344.       Once you have objects on both layers you can try
  345.       changing the displaying of the layers in the layers
  346.       requester (try making a layer "greyscale" and then
  347.       "invisible"). The order of the layers can also be
  348.       changed by dragging their names in the list; layers
  349.       at the top of the list are drawn above layers lower
  350.       in list.
  351.  
  352.  
  353.       Text
  354.       ----
  355.       Text can be added to the page using the text tool.
  356.       Try selecting the text tool and clicking on the page.
  357.       A cursor is shown and you may enter text by typing
  358.       directly onto the page - pressing the "Enter" key
  359.       will move the cursor to a newline.
  360.  
  361.       The text may be justified to either left, right or
  362.       central justification using the "Text/ Alignment"
  363.       menu. To change the font style, open the font
  364.       requester ("Text/ Font..." menu) and choose a new
  365.       font.
  366.  
  367.       To edit the text later, just double click on it with
  368.       the text tool.
  369.  
  370.  
  371.       Effects
  372.       -------
  373.       DrawStudio will allows you to warp and bend most
  374.       objects to provide a range of special effects. This
  375.       is all performed through the warp requester
  376.       ("Effects/ Warp..." menu).
  377.  
  378.       Create some text and make sure it is selected. Open
  379.       the warp requester. Try clicking through the range of
  380.       effects available, adjusting the slider to enhance or
  381.       reduce the scale of the effect. When you have found
  382.       an effect you wish to try, click "Warp" to apply the
  383.       effect.
  384.  
  385.       Custom warps can be created by clicking on the "Use
  386.       envelope button". This draws a bounding box
  387.       "envelope" with points that can be stretched and
  388.       moved to create stretched envelope.
  389.  
  390.       This is very much like stretching a rectangular piece
  391.       of rubber -once you click off the object, it will be
  392.       stretched like the envelope.
  393.  
  394.  
  395.       Finally...
  396.       ----------
  397.       I hope this has given you a rough idea of the some of
  398.       the capabilities of the program and some of the tools
  399.       available for creating illustrations. The most
  400.       effective way to find out about the program is to
  401.       purchase the full version which will come with a
  402.       comprehensive manual. To order DrawStudio, See the
  403.      "Order Information" file.
  404.  
  405.