nice flash site

Out of context: Reply #18

  • Started
  • Last post
  • 22 Responses
  • connerd0

    you can have multiple objects align different ways within a movie.. you just need to have an onResize listener that calls your resizing function whenever the stage gets resized. I've used this a few times, works in a browser and whatnot.

    That's likely what they did in the first link in this thread.

    function ResizeListener() {
    // move this here;
    // move that there;
    }

    Stage.onResize = ResizeListener;

    something like that anyway.

View thread