Using align function

hello!
i want put one movieclip in bottom/right position in stage…
and when resize the window this movie clip continue in max distance bottom/right (Stage.width & Stage.height) …

i try this but not work …


[color=DarkSlateGray]// asi is my movieclip[/color]
asi._x = Stage.width - 20;
asi._y = Stage.height - 20;
onEnterFrame = function () {
	 asi._x = Stage.width - 20;
	 asi._y = Stage.height - 20;
}

any idea ?

---------------- edit …

[color=DarkSlateGray] well im using [/color][color=DarkRed]***Stage.align = “TR”; ***[color=Black][color=DarkSlateGray]yet!
i cant use two Stage.align functions, right ?[/color]
[/color][/color]