I'm trying to tween the scale of a compound sprite and it's giving me trouble.
I have the sub-sprites pinned to image points on the main sprite, and for the most part it works fine. But when I change the scale of all the various parts, they also change location relative to one another. I can re-orient them after the fact, except that I'm tweening the change of scale. Which means that all the parts smoothly scale into the wrong places and then suddenly leap to the right places at the end.
I've tried giving each part its own tween, but I'm also rotating the main sprite so trying to keep up with the destinations of all the various parts is nigh impossible.
Does anyone have any thoughts on how to work around this?
A simple illustration of the problem using LiteTween is attached.
Thanks!
[attachment=1:qjps06qs][/attachment:qjps06qs]