Hi,
I’m having a problem and need some help. I have a movie clip that has a shape tween in it, and I have other things that I want to happen via actionscript as the width of the movie clip changes, the problem is that the property movieclip._width isn’t updated during the shape tween, so for example if my movie clip is 100 pixels and it’s tweening to 200 pixels over 2 seconds the movieclip._width returns 100 for 2 seconds and then it returns 200 instead of everything in between. Is there a solution for this? I would use a motion tween but I’m animating a gradient and also there are rounded corners on my movie clip that get screwed up when I do it that way…