Bitmap data blues

Hello,

I’m hoping someone can help me with the following dilema I’m having…

I’m trying to work with:
“import flash.display.BitmapData;
import flash.geom.Rectangle;
import flash.geom.Point;”

I want to have an image where the pixels, (maybe 10px x 10 px) fly in or maybe fall in to recreate the original bimap image, captured by the BitmapData function. I know the image can be taken apart by pixes, but am having trouble “controlling” them to do what I’m trying to achieve. Has anyone had success with this??

Here’s an example of what I mean by the pixels being broken apart and coming together again. Sorry in advace that it is a poor example.

www.redfield.us/bitmapdata_effect.swf

Thanks!

Suz