flash MC Placement?
flash MC Placement?
Out of context: Reply #5
- Started
- Last post
- 16 Responses
- redFridge0
Stage.showMenu = false;
Stage.scaleMode="noscale";
Stage.align="tl";function onResize() {
//keep content centered
this._x = Math.floor(Stage.width/2);
this._y = Math.floor(Stage.height/2);
}//listen for stage resize
Stage.addListener(this);