to use alpah in copyPixels set the copyAlpha property to true
myBitmap.copyPixels(copy, rect, point, null, null, true)
its false by default.
i dont see how more memory could be created unless your re-creating bitmaps and not disposing before you do. THere used to be a memory leak in F8, not sure about F9




Reply With Quote