linking.sgml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. <!-- retain these comments for translator revision tracking -->
  2. <!-- $Id$ -->
  3. <sect1 id="linking">
  4. <title>Linking</title>
  5. <para>Now lets try linking. Lets say we always
  6. want these two circles to be the same size. Select two circles, and then
  7. select both of their Radius ducks(the cyan dot). Then right click on
  8. either duck and a menu will pop up. Click on "Link". Boom. The parameters
  9. are linked together. You can prove it to yourself by selecting just one
  10. of the circles and changing its radius--the other one will change as
  11. well. Neat stuff, eh?</para>
  12. <para>Linking is a fundamental concept in Synfig. You can create links not only
  13. between ducks, but also between parameters as well by selecting multiple
  14. layers, right clicking on the parameter in the param tab, and selecting
  15. "Link".</para>
  16. <para>DIGRESSION: This is how outlines are attached to their regions-but
  17. I'm getting ahead of myself. At the moment, the fundamental power and
  18. flexibility of linking in Synfig Core is beyond what Synfig Studio
  19. currently allows for. This will change in the future. Anyway, back
  20. on track...</para>
  21. <para>Lets say you want one of the circles to be a different color. If you look
  22. in the toolbox below the tools, you'll see the foreground/background
  23. color selector, the outline width selector, and some other stuff like
  24. the default blend method and gradient. The foreground/background color
  25. widget works exactly as you might expect--you can click on the foreground
  26. color, and a modest color chooser will appear. Now to can change the
  27. color pretty easily.</para>
  28. <para>But sometimes you just want to click on a color and go. This is where
  29. the palette editor tab comes in. It's functionality isn't quite 100% yet
  30. (ie: saving and loading custom palettes hasn't been implemented yet),
  31. but the default palette is pretty decent. Click on the Palette editor tab
  32. and have a look--it's the one with the palette-ish looking icon. Clicking
  33. on colors in here will immediately change the default foreground color.</para>
  34. <para>That's all great, but we still haven't changed the color of the
  35. circle. There are two ways to do this. The first way is that you select
  36. the circle layer you want to modify, goto the params tab and double click
  37. on the color parameter--a color selector dialog shows up and you just
  38. tweak away. But lets say you already got the color you wanted selected as
  39. the default foreground color. Easy. Just click on the "Fill tool" from the
  40. toolbox, and then click on the circle in the canvas window. Boom. Circle
  41. changes color. This works with more than just circles, but we'll get to
  42. that in a sec.</para>
  43. <para>Try playing around with the circles for a bit. Muck around with the
  44. parameters, and see what happens. To get you started, play around with
  45. feather a bit.
  46. </para>
  47. </sect1>