
Код:
import flash.display.BitmapData;
import flash.geom.Rectangle;
this.createEmptyMovieClip( "test" , this.getNextHighestDepth() );
var testImg = new BitmapData( 100, 100, false);
testImg.floodFill(1,1,0xFFFFFF );
test.attachBitmap( testImg, test.getNextHighestDepth() );
test._visible = true;
testImg.floodFill( 1,1, 0xFF0000 );
ошибка acess of undefined property test.
файлик
ftp://server.ipads.eu/index.fla
И что такое getNextHighestDepth()?