i have swf vector shape, how access control points of shape? want move points of shape as3 code. swf created flash professional cs5, code in flash develop.
other way create sprites in cs5, , move them as3, how tie them shape control points?
employ readgraphicsdata() read graphicspath of shape, contains commands , control/anchor points. can parse vector find out point want alter, change it, feed path shape via graphics.clear(); graphics.drawpath(path);, or use drawgraphicsdata() instead draw complete set of graphics shape.
Comments
Post a Comment