Is there a way to tween the oval primitive from within flash? I would like to do a tween where I move the start angle, but I can't seem to be able开发者_运维百科 to tween the oval. Is this possible?
So you'd like to start out with a small pie and tween until you get a full circle, right?
Well, afaik you need to do this with multiple stages in between and shape hints. For the final circle, you'll have to put this in a separate keyframe since the tween will otherwise try to move the center up to the enclosing circle. It should be a little tweaking but surely possible.
精彩评论