iphone and android development with as3, Where do I start?
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?
