PDA

View Full Version : Shape Tween a Line



swudev
May 10th, 2009, 10:51 AM
I'm trying to create a shape tween to take a line from a point to another point. I can get it to work if I leave the line short but if I try to take it to a point the shape tween doesn't work. Any advice or links to tutorials would be appreciated.

Thanks in advance,

swu

belegdae
May 10th, 2009, 12:16 PM
pretty sure for the tween to work it has to have the same number of vertecies when it starts to when it finishes. try copying the shape from the first frame to the last frame of your tween and then manipulating it into shape from there?