I need to create an animation, increasing the "pixel" size. The Glen's
suggestion (the same you game) worked fine. Thank you.

andrei



On Fri, Mar 7, 2008 at 11:17 AM, Zeh Fernando <[EMAIL PROTECTED]>
wrote:

> You want to create a mosaic-like effect?
>
> Forget getPixel/setPixel/drawrect.. it'll be too slow. Instead, you
> should let Flash handle it by creating new Bitmaps, shrinking the image
> inside it, drawing that to a new bitmapdata, and then using that new
> bitmapdata on the original size.
>
> Zeh
>
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to