MX Bezier Handles...
- Started
- Last post
- 6 Responses
- ave
Can anybody tell me if MX provides access to bezier handles and vertex points via ActionSript.
I used to play with this in Director (lingo), and I've assumed that pre MX versions of Flash didn't have any applicable objects/properties to control this.
Any ideas?
Thanks all. :)
- ave0
...just need a peek in the right direction...
- unknown0
You can make them using the curveTo command in actionscript... but don't know if that's what you mean?
- ave0
Thanks Engage, I'm not sure what that will do, I'll look into it.
- ave0
That's handy too, but I'm looking to find a way of manipulating an existing vector shape. In the same way that you might take an existing box and tweak the bezier handles to adjust the shape.
Thanks again though Engage.
- ave0
hmmmm, maybe that will do it. I'll be playing.
- unknown0
yep you'll probably just need ot keep redrawing the shape... the commands are MoveTo, LineTo, beginFill and curveTo.. I think!