A Flash Developer Resource Site

Results 1 to 6 of 6

Thread: help with an ellipse

  1. #1
    Member
    Join Date
    Mar 2009
    Posts
    62

    help with an ellipse

    Trying to draw the top of a screw which is at a slight angle as its in perspective. I've tried doing this with the drawEllipse tool but its doesn't seem to be able to let me tell it I don't want it positioned straight, I want it rotated a little bit. Any ideas?

    I've tried doing it with curve To but it looks rubbish, but then I have only used 2 anchor points.

  2. #2
    Ө_ө sleepy mod
    Join Date
    Mar 2003
    Location
    Oregon, USA
    Posts
    2,441
    Draw a circle/ellipse and then use free transform to squash/skew and rotate it to fit your artwork.
    Please use [php] or [code] tags, and mark your threads resolved 8)

  3. #3
    Member
    Join Date
    Mar 2009
    Posts
    62
    Quote Originally Posted by neznein9 View Post
    Draw a circle/ellipse and then use free transform to squash/skew and rotate it to fit your artwork.
    Do you mean drawing by hand? Because I'm talking about drawing with actionscript code.

  4. #4
    newb of many sorts Ralgoth's Avatar
    Join Date
    Apr 2002
    Posts
    466
    you could always draw it by hand, then convert it to actionscript.

    I've used Quasimondo's Actionscript Shape Decoder for past projects.
    Search first, asked questions later.

  5. #5
    Member
    Join Date
    Mar 2009
    Posts
    62
    ooh thanks Ralgoth, I didn't know such a thing existed!

  6. #6
    Ө_ө sleepy mod
    Join Date
    Mar 2003
    Location
    Oregon, USA
    Posts
    2,441
    I was thinking hand-drawing but any of the tools in free-transform can be recreated using scaleX/Y, rotation, or a matrix transform (http://kinderas.blogspot.com/2008/04...age-using.html).

    Thanks for the link Ralgoth - that's a nice tool.
    Please use [php] or [code] tags, and mark your threads resolved 8)

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center