actionscript 3 - Supporting Multiple Screen Sizes for Android AIR AS3 -


hey created game using flash cs6 , flash develop as3.

now stage width 480 , height 800 480 800.

now on phone fits on others doesnt fill whole screen @ all. looks ugly. looked through lot of forums questions on here still can't seem find exact answer on how go doing this. confused.

i have these properties in mainengine class:

import flash.display.stagescalemode; 

and in constructor:

        //scale         stage.scalemode = stagescalemode.no_scale;          stage.align = stagealign.top_left; 

this nothing make screen uglier , shrinks whole screen.

please if can assist need add in order support multiple screen sizes ill appreciate it!

read here learn basics how work multiple screens: http://www.adobe.com/devnet/air/articles/multiple-screen-sizes.html


Comments

Popular posts from this blog

java - WrongTypeOfReturnValue exception thrown when unit testing using mockito -

php - Magento - Deleted Base url key -

android - How to disable Button if EditText is empty ? -