Question
How to add Event to every single pixel with BitmapData?
What I want to accomplish: when I drag the cursor over a sprite I want the sprite to break down and every single pixel moves through the screen at random x and y axis.
To make it simple the draw this is what I want but with much more fragments(pixels) around, thousands of them. How come could I approach this?

Thanks in advance.