Return to Snippet

Revision: 38940
at January 10, 2011 23:19 by martin9999uk


Initial Code
var bmpData:BitmapData = new BitmapData(800,800, true, 0x00000000);
bmpData.draw (myClip);
var bmp:Bitmap = new Bitmap(bmpData);

this.addChild(bmp);

Initial URL


Initial Description


Initial Title
Clone with bitmapdata

Initial Tags


Initial Language
ActionScript 3