Hi all,

I would like to import sprites using a single source image... in other
words, take an image containing my animation in a grid, cut it up in single
bitmaps, and create an animation with it.

I have most of the code done, but I'm not sure how on the best way to go in
order to animate the bitmaps.

I figure the best performing solution would be to use Flash's internal
MovieClip engine, but for this I would need to find a way to add a bitmap to
different frames, on a movieclip created via code. Another option would be
to use the BitmapData copy method (from a source array) but I get the
feeling it would be too slow.

Can this be done? I don't think in AS2, but maybe AS3 has more options...
Either way, I would be interested in knowing if anybody has attempted
something similar.


Thanks and regards,
Newsdee.
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to