|
-
Adding a Child to a Movie Clip and Resizing
Hey all,
I am transitioning into AS3 and I'm working a block that I can't quite figure out. I need to add a child (external image) to a movie clip and resize it. This is what I have thus far and it loads the image just fine:
var imageLoader:Loader = new Loader();
imageLoader.load(new URLRequest(myOBJ.image));
productImage_mc.addChild(imageLoader);
Problem is that I can't seem to resize the added image without it disappearing or just not showing up. Any suggestions on how to resize the added child to 164 x 164 would be much appreciated.
- MT
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|