-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Description
I tried to create a movieClip and add an image inside it like this:
rect2 = new Bitmap(_preloader.getResult("rect").result);
mv = new MovieClip("single", 0, false, []);
mv.addChild(rect2);
_stage.addChild(mv);
I expect to see rect2 on stage, but it dose not show up, if I added rect2 to stage it will show up, so what's I am missing here?
I need to be able to add multiple images as layers inside movieClip to be able to move them as a group, is this the recommended way to do it?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels