Hey everyone so I created a game using Flash CS6 and Flash Develop AS3.
Now the stage Width is 480 and the height is 800 so 480 by 800.
Now on my phone it fits perfectly but on others it doesnt fill the whole screen at all. It just looks ugly. Now I looked through a lot of forums even questions on here but still can't seem to find an exact answer on how to go about doing this. I am just really confused.
I have these properties in my mainEngine Class:
import flash.display.StageScaleMode;
and in my constructor:
//Scale
stage.scaleMode = StageScaleMode.NO_SCALE;
stage.align = StageAlign.TOP_LEFT;
This does nothing but make the screen look uglier and shrinks the whole screen.
Please if anyone can assist with what I need to add in order to support multiple screen sizes ill really appreciate it!