flash MC Placement?

Out of context: Reply #16

  • Started
  • Last post
  • 16 Responses
  • dijitaq0

    Stage.scaleMode = "noScale";
    Stage.align = "LT";
    //
    var stageListener:Object = new Object();
    stageListener.onResize = function() {
    holderContentArea._x = Math.round((Stage.width/2)-(hold...
    holderContentArea._y = Math.round((Stage.height/2)-(hol...
    currentContainer._x = Math.round((Stage.width/2)-(curr...
    currentContainer._y = Math.round((Stage.height/2)-(cur...
    };
    Stage.addListener(stageListener...
    //

    not to put the clip on the bottom but i goes something like it

View thread