Hi,
I am creating an animation that involves a part where i plan to zoom into a
specific object on my stage. Now i know how to do this but the problem is when
i increase the size of the other objects on screen they grow in a different
proportion to the main object due to them being different sizes. This results
in the final tween having my specific object in the correct place and the
others massively in the wrong places in relationship to where they should be.
Is there an easy way around this? Any help would be good.
Thanks
whodeee05 - 03 Jul 2008 20:15 GMT
one way around this is to have all the items in a movieclip and scale the entire movieclip up - everything will stay in the correct position then.
-MP- - 03 Jul 2008 20:26 GMT
Will this work even if the object i'm zooming too is not in the center of the screen?