0

I have an empty movie clip which I have added children to via addChild. I would like to be able to scale this movie clip by half so that all it's children's dimensions are halved. Changing the height and width properties of the container doesn't work.

4

1 回答 1

1
myclip.scaleX = myclip.scaleY = 0.5;
于 2013-04-28T13:35:48.070 回答