Re: [Flashcoders] optimizing an animation?

2006-06-26 Thread Mick G
I've seen this mostly when the MC being tweened either has a lot of vector information or large (physically) bitmaps. - If it's all vector being zoomed, either optimize and cut down on the vectors or, create a new frame in the MC with 'some elements' only, goto that frame while zooming, do a

Re: [Flashcoders] optimizing an animation?

2006-06-26 Thread Ian Thomas
Another approach is to switch to a single bitmap for the whole MC, scale and tween, then switch back to your vector version once the tween has finished. Ian On 6/26/06, Mick G [EMAIL PROTECTED] wrote: I've seen this mostly when the MC being tweened either has a lot of vector information or