In that website, how do they keep some of the movieclip items locked on the edge of the screen? When you resize your screen, the items on the edges are the ones that moves correspondingly. And the fillers are near the middle part. How cool! BUT HOW?
Since Flash 8 (and 7, not sure) you have a Stage object, to which you can add listeners that respond to the onResize event. That way you can react to stage resize events in any way you like.
Should you be using an older version you can use the event in javascript which responds to a window resize (which is about the same) to call a flash function to react in the same manner.
Hey, basically what you want to do is make use of the stage height/width property. For example I have a gradient background that changes size according to stage size:
Hey, basically what you want to do is make use of the stage height/width property. For example I have a gradient background that changes size according to stage size:
you want it to be in the enterframe event thing, that way if you resize your browser window it updates.
the location of anything can be controlled by movieclipname._x and ._x, and considering you know the size of your stage you can position anything where you like. If you wanted something at the bottom left of the screen the movieclip actionscript would be: