escribió:
Stage.align = "TL";
Stage.scaleMode = "noScale";
stop ();
objeto1._x = (Stage.width + 60)/2
objeto1._y = Stage.height/2
objeto2._height = Stage.height;
objeto3._height = Stage.height;
objeto4._width = Stage.width;
objeto5._x= 200;
objeto6._x = Stage.width - tutoriobutton._width
sizeListener = new Object();
sizeListener.onResize = function() {
objeto4._width = Stage.width;
objeto1._y = Stage.height/2;
objeto1._x = (Stage.width + 60)/2;
objeto2._height = Stage.height;
objeto5._height = Stage.height;
objeto6._x = Stage.width - tutoriobutton._width
};
Stage.addListener(sizeListener);
