Всем привет сегодня часа два вожусь никак не могу сделать то что на картинке

текстуру на форму установить получается, а вот маску прозрачности альфу
ни как (
ктонить может помочь?
это только текстура и форма.

Код AS3:
shapeForm = new Sprite();
shapeForm.graphics.beginFill(0);
shapeForm.graphics.drawCircle(0, 0, radius);
shapeForm.graphics.endFill();
shapeForm.x = w / 2;
shapeForm.y = h / 2;
shapeForm.cacheAsBitmap = true;
addChild(shapeForm);
shapeTexture = new Sprite();
shapeTexture .x = w / 2;
shapeTexture .y = h / 2;
shapeTexture .graphics.beginBitmapFill(bitmapDataMid);
shapeTexture .graphics.drawCircle(0, 0, radius);
shapeTexture .graphics.endFill();
shapeTexture .mask = shapeForm;
shapeTexture .cacheAsBitmap = true;
addChild(shapeTexture );
this.blendMode = BlendMode.LAYER;
ПС а альфу наду добавить отдельно т.к. я ее буду двигать (
ППС альфа будет либо графиккс либо битмап