NeoMarine
01-12-2008, 01:05 AM
Let's say I create a new shape:
var shape: Shape = new Shape();
How do I attach my Bitmap or MovieClip to the Shape?
myBitmap = Bitmap(imageLoader.content);
shape.addChild(myBitmap);
The line: shape.addChild(myBitmap) obviously won't work - what I need is for it to be "DRAWN" as if it was a Shape or part of the Shape.
please help
var shape: Shape = new Shape();
How do I attach my Bitmap or MovieClip to the Shape?
myBitmap = Bitmap(imageLoader.content);
shape.addChild(myBitmap);
The line: shape.addChild(myBitmap) obviously won't work - what I need is for it to be "DRAWN" as if it was a Shape or part of the Shape.
please help