I add a container using addChild into which I load my images;
var container:Loader = new Loader;
container.x = 0;
container.y = 33;
addChildAt(container, 0);
How can i center the container on the stage?
I add a container using addChild into which I load my images;
var container:Loader = new Loader;
container.x = 0;
container.y = 33;
addChildAt(container, 0);
How can i center the container on the stage?
:: Copyright KIRUPA 2024 //--