Break a bitmap into a grid with ActionScript 3
December 27th, 2009I 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.
Download the code & example files
Comments (2)



