Archive: December, 2009

Break a bitmap into a grid with ActionScript 3

December 27th, 2009

I needed a way to break apart a loaded bitmap into a grid of smaller bitmaps so I could then manipulate them separately. I ended up creating BitmapGrid.as, a class that will break apart your bitmaps into an array for you to do with as you please.


The Flash plugin is required to view this object.

Download the code & example files