Just have them all on stage and set visible on and off. No crazy setup needed.
Zeh On Wed, Sep 8, 2010 at 2:50 PM, Kevin Newman <[email protected]> wrote: > What is the fastest way to animate a series of bitmaps (say 20 frames). > > Here's a couple of ideas: > > A single big image behind a frame sized mask, move it one frame > onEnterFrame. > > A series of memory cached Bitmap objs, swap them using addChild/removeChild > (or set visible?) onEnterFrame. > > A series of memory cached BitmapData objs swap them by resetting > bmp.bitmapData onEnterFrame. > > Anything faster is nice too - particularly on mobile. > > Thanks! > > Kevin N. > > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders > _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

