actionscriptadobe-flash-cs3

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


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 ?


Solution

  • do you mean ?

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