Layout Liquido Alinhar ao rodape
Pessoal estou tentando alinhar ao redape com codigo abaixo (AS2) mas não estou conseguindo poderia me dar uma luz?
Stage.scaleMode = "noScale";
Stage.align = "TL";
var objeto:Object = new Object();
objeto.onResize = function () {
alinha ();
}
Stage.addListener (objeto);
function alinha () {
seu_mc._x = Stage.width/2;
seu_mc._y = Stage.height/2;
redesocial._x = Stage.width/2;
redesocial._y = 50;
assinaturas._x = Stage.width/2;
assinaturas._y = redesocial;
}
alinha ();Discussão (5)
Carregando comentários...