Open GoogleCodeExporter opened 9 years ago
workaround:
class NewBitmap extends Bitmap
{
public function new()
{
var bd:BitmapData = new BitmapData(100, 100, false, 0xFFFFFF);
super(bd);
}
}
Original comment by djole.mu...@gmail.com
on 16 Aug 2012 at 8:44
Original issue reported on code.google.com by
djole.mu...@gmail.com
on 16 Aug 2012 at 7:44Attachments: