How to fix flash objects in specific location in the stage no matter how i resize the flash file

274 views Asked by At

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 ?

1

There are 1 answers

1
George Profenza On BEST ANSWER

do you mean ?

stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;