views:

52

answers:

1

hello I'm working on a project but i have a problem I have an object inside my flash file and i want to lock the object on 0 x-axis 0 y-axis but when i re-size my SWF file my object's location changed to another location how can i fix that ?

A: 

do you mean ?

stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;
George Profenza
1119: Access of possibly undefined property stageAlign through a reference with static type flash.display:Stage.it gives me this error
From.ME.to.YOU
it's stage.align not stage.stageAlign thanks alot
From.ME.to.YOU
rectified, thanks and sorry 'bout that :)
George Profenza