Copy link to clipboard
Copied
Right I have built a game in as3.
I now want to put it on the android market and apple app store.
I crate all my graphics dynamicly through classes.
I need to know what size stage I need to have. I currently have 550 by 400.
How can I make it just landscape, So landscape size stage.
What do I use for the normal event listeners. what would 'addEventListener(MouseEvent.MOUSE_DOWN, click);' be for android and iphone.
What other important things should I know?
use google to find the stage sizes of your target platforms.
check the publish settings for orientation.
mousedown events work well on touch devices.
there is much that you need to know. here's a place to start, http://www.adobe.com/devnet/devices.html
Copy link to clipboard
Copied
use google to find the stage sizes of your target platforms.
check the publish settings for orientation.
mousedown events work well on touch devices.
there is much that you need to know. here's a place to start, http://www.adobe.com/devnet/devices.html
Find more inspiration, events, and resources on the new Adobe Community
Explore Now