flash MC Placement?
flash MC Placement?
Out of context: Reply #12
- Started
- Last post
- 16 Responses
- getdown1770
Still no luck...
Imagine all you have on the stage is a movieclip called bottom.
I place code on frame 1 of timeline that says:
mainInit();
function mainInit() {
Stage.align = "";
Stage.scaleMode = "noScale";
titleClip.onResize = function() {
_root.nav.bottom._y = Stage.height-(_root.nav.bottom...
this._y = -1;
};
Stage.addListener(titleClip);
this.titleClip.onResize();
}but nothing happens..