Ask a Question related to Macromedia Flash, Design and Development.

  1. #1

    Default Lines and curves

    These questions have probably been asked thousands of times here, but
    I'm just a lazy C programmer, so I'll ask again;

    Is it possible to change the line cap to something other than round when
    drawing lines in flash(specifically swf)? Most vector (and some
    gdi)graphic implementations allow for square, flat, and butt line caps.

    Again I'm a lazy C programmer, so does anyone know the algorithm to
    convert a quadratic bezier into a cubic bezier? Or is it even possible
    to use a quadratic bezier in swf?

    Paul
    Paul Hoffman Guest

  2. Similar Questions and Discussions

    1. Vertical lines in AI graphics PDF as broken lines?
      I have an InDesign CS1 doc that has an Illustrator CS1 EPS file placed in it. The graphic is a barcode for a coupon. It is only many vertical lines,...
    2. Acrobat 6 changes solid lines to dashed lines
      Is Adobe planning to provide a fix for the problem where solid lines will display as dashed lines when viewed in Acrobat 6? If yes, when? Thank...
    3. read lines of file without parsing the lines
      Hello! Currently i have a logfile which tracks a certain feature on my server. Every time the feature accurs my script appends a line in the...
    4. actionscript: manipulating lines & curves
      I've created a movieClip and drawn some curved lines in it... is it possible to alter the points and curves of a line once you've drawn it?... or...
    5. Curves for PE2
      Via a thread in this forum I picked up a website where you can download the famous curves tool. I understand that to add something to PE you cannot...
  3. #2

    Default Re: Lines and curves

    Paul Hoffman wrote:
    > Is it possible to change the line cap to something other than round when
    > drawing lines in flash(specifically swf)? Most vector (and some
    > gdi)graphic implementations allow for square, flat, and butt line caps.
    I can't think of any way to do this natively in Flash off the top of my
    head, but you can do it in Freehand, or another vector package and them
    import it.

    --
    Brandon Bradley
    Macromedia Certified Instructor
    [url]http://www.attconline.org/[/url]
    Brandon Bradley Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139