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

StackOverflow https://stackoverflow.com/questions/1953441

  •  21-09-2019
  •  | 
  •  

Question

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 ?

Was it helpful?

Solution

do you mean ?

stage.align = StageAlign.TOP_LEFT;
stage.scaleMode = StageScaleMode.NO_SCALE;
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top