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 ?
views:
52answers:
1
A:
do you mean ?
stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;
George Profenza
2009-12-23 15:43:17
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
2009-12-23 15:54:41
it's stage.align not stage.stageAlign thanks alot
From.ME.to.YOU
2009-12-23 16:08:44
rectified, thanks and sorry 'bout that :)
George Profenza
2009-12-23 16:15:41