I am aligning my display objects in the middle. stage.stageWidth/2. for some reason, they are aligning further off to the right of the screen.
I haven't altered anything but the stage width in flash. Has anyone heard of this problem? Again, I haven't done anything except widen the screen and adjust the height.
Here is the code I tried to put in to fix it and nothing happened.
My focus point on the display object is top left. so it aligns perfectly when set to 0,0
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.TOP_LEFT;
stage.stageWidth = 300;